Skip to content
Snippets Groups Projects
Commit 2fd5cd4b authored by AndiMajore's avatar AndiMajore
Browse files

updated expression label in info box

parent 7f605910
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@
*ngIf="getExpressionScore() != null"
[ngClass]="{ 'text-normal': drugstoneConfig.smallStyle }"
>
<b><span>Median tissue expression (TPM):</span></b>
<b><span>Median expression in {{"'"+networkHandler.activeNetwork.selectedTissue.name+"'"}} (TPM):</span></b>
<span class="is-capitalized"> {{ getExpressionScore() | number }}</span>
<span
class="icon has-text-info"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment