Arts-of-coding commited on
Commit
9f7387c
·
1 Parent(s): 00aa299

Update pages/home.py

Browse files
Files changed (1) hide show
  1. pages/home.py +3 -2
pages/home.py CHANGED
@@ -12,9 +12,10 @@ layout = html.Div([
12
  html.Div('For example if expression of PAX6 across studies needs to be visualised, condition 1 "studies" and condition 2 "PAX6" can be selected.'),
13
  html.Div('For condition 1 integrated clusters, integrated cell states and studies can be selected.'),
14
  html.Div('For condition 2 individual genes, quality control parameters (e.g. n_genes_by_counts) and influence scores can be visualised.'),
15
- html.H1('Second tab: Dotplot'),
16
  html.Div('This tab contains visualisation of selected genes in all cell states. Multiple genes be added or removed.'),
 
17
  html.H1('Other notes: genes and cell state names'),
18
- html.Div('Note that lowly expressed genes have been filtered out, leaving ~17.000 expressed genes to analyse interactively.'),
19
  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.')
20
  ])
 
12
  html.Div('For example if expression of PAX6 across studies needs to be visualised, condition 1 "studies" and condition 2 "PAX6" can be selected.'),
13
  html.Div('For condition 1 integrated clusters, integrated cell states and studies can be selected.'),
14
  html.Div('For condition 2 individual genes, quality control parameters (e.g. n_genes_by_counts) and influence scores can be visualised.'),
15
+ html.H1('Second tab: Multigene dotplot'),
16
  html.Div('This tab contains visualisation of selected genes in all cell states. Multiple genes be added or removed.'),
17
+ html.Div('For web app stability, only 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
  ])