Arts-of-coding commited on
Commit
8b2228e
·
1 Parent(s): f8ae0e2

Update pages/home.py

Browse files
Files changed (1) hide show
  1. pages/home.py +1 -1
pages/home.py CHANGED
@@ -17,5 +17,5 @@ layout = html.Div([
17
  html.Div('For web app stability, removing only one gene at the time is recommended.'),
18
  html.H1('Other notes: genes and cell state names'),
19
  html.Div('Note that lowly expressed genes have been filtered out, leaving ~15.000 expressed genes to analyse interactively.'),
20
- 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.')
21
  ])
 
17
  html.Div('For web app stability, removing only one gene at the time is recommended.'),
18
  html.H1('Other notes: genes and cell state names'),
19
  html.Div('Note that lowly expressed genes have been filtered out, leaving ~15.000 expressed genes to analyse interactively.'),
20
+ html.Div('Names of cell states: LSC-1 = Limbal stem cells 1; LSC-2 = Limbal stem cells 2; LSE = Limbal suprabasal epithelium; CE = Central epithelium; Cj = Conjunctiva; qSK =Quiescent stromal keratocytes; SK = Stromal keratocytes; TSK = Transitioning stromal keratocytes; CF = Corneal fibroblasts; CEC = Corneal endothelial cells; B/L EC = Blood and lymph endothelial cells; Mel = Melanocytes; IC = Immune cells; nm-cSC = non-myelinating corneal Schwann cells; MC = Mural cells.')
21
  ])