Arts-of-coding commited on
Commit
e786072
·
verified ·
1 Parent(s): 7f78642

Update pages/home.py

Browse files
Files changed (1) hide show
  1. pages/home.py +3 -3
pages/home.py CHANGED
@@ -8,7 +8,7 @@ layout = html.Div([
8
  html.Div('Please select the dataset above.'),
9
  html.Div('Note that lowly expressed genes have been filtered out, leaving ~17.000 expressed genes to analyse interactively.'),
10
  html.Div('Genes can be visualised in a dotplot or in the "custom" tab on the UMAPs.'),
11
- html.Div('TF influence scores can also be visualised in these graphs'),
12
- html.Div(' '),
13
- html.Div('Names of cell states: LSC-1 = Limbal stem cells 1; LSC-2 = Limbal stem cells 2; LE = Limbal epithelium; CE = Central epithelium; Cj = Conjunctiva; qSK =Quiescent stromal keratocytes; SK = Stromal keratocytes; TSK = Transitioning stromal keratocytes; CF = Corneal fibroblasts; EC = Endothelial cells; Ves = Vessels; Mel = Melanocytes; IC = Immune cells; nm-cSC = non-myelinating corneal Schwann cells; MC = Mural cells.'),
14
  ])
 
8
  html.Div('Please select the dataset above.'),
9
  html.Div('Note that lowly expressed genes have been filtered out, leaving ~17.000 expressed genes to analyse interactively.'),
10
  html.Div('Genes can be visualised in a dotplot or in the "custom" tab on the UMAPs.'),
11
+ #html.Div('TF influence scores can also be visualised in these graphs'),
12
+ html.Div(html.P(['TF influence scores can also be visualised in these graphs', html.Br(), 'Names of cell states: LSC-1 = Limbal stem cells 1; LSC-2 = Limbal stem cells 2; LE = Limbal epithelium; CE = Central epithelium; Cj = Conjunctiva; qSK =Quiescent stromal keratocytes; SK = Stromal keratocytes; TSK = Transitioning stromal keratocytes; CF = Corneal fibroblasts; EC = Endothelial cells; Ves = Vessels; Mel = Melanocytes; IC = Immune cells; nm-cSC = non-myelinating corneal Schwann cells; MC = Mural cells.']))
13
+ #html.Div('Names of cell states: LSC-1 = Limbal stem cells 1; LSC-2 = Limbal stem cells 2; LE = Limbal epithelium; CE = Central epithelium; Cj = Conjunctiva; qSK =Quiescent stromal keratocytes; SK = Stromal keratocytes; TSK = Transitioning stromal keratocytes; CF = Corneal fibroblasts; EC = Endothelial cells; Ves = Vessels; Mel = Melanocytes; IC = Immune cells; nm-cSC = non-myelinating corneal Schwann cells; MC = Mural cells.'),
14
  ])