Arts-of-coding commited on
Commit
97700fa
·
1 Parent(s): d2897af

Update pages/home.py

Browse files
Files changed (1) hide show
  1. pages/home.py +2 -0
pages/home.py CHANGED
@@ -9,4 +9,6 @@ layout = html.Div([
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
  ])
 
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
  ])