Arts-of-coding commited on
Commit
458da74
·
1 Parent(s): e8c4f21

Update pages/home.py

Browse files
Files changed (1) hide show
  1. pages/home.py +1 -1
pages/home.py CHANGED
@@ -10,7 +10,7 @@ layout = html.Div([
10
  html.H1('First tab: UMAP visualisation'),
11
  html.Div('This tab contains two selectable conditions that can be used in combination for visualisation.'),
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.'),
 
10
  html.H1('First tab: UMAP visualisation'),
11
  html.Div('This tab contains two selectable conditions that can be used in combination for visualisation.'),
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.'),