Arts-of-coding commited on
Commit
0c6117a
·
verified ·
1 Parent(s): cb39747

Update pages/home.py

Browse files
Files changed (1) hide show
  1. pages/home.py +2 -2
pages/home.py CHANGED
@@ -4,12 +4,12 @@ from dash import html
4
  dash.register_page(__name__, path='/', location="sidebar")
5
 
6
  layout = html.Div([
7
- html.H1('This is the home page for analyzing suture corneas and duloxetine treatment of mouse corneas.'),
8
  html.Div('Please click on the dataset above and click on a tab of interest.'),
9
  html.Div('For an explanation of the tabs, see categories below.'),
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: Multigene dotplot'),
 
4
  dash.register_page(__name__, path='/', location="sidebar")
5
 
6
  layout = html.Div([
7
+ html.H1('This is the home page for analyzing: no suture, sutured and duloxetine treated mouse corneas.'),
8
  html.Div('Please click on the dataset above and click on a tab of interest.'),
9
  html.Div('For an explanation of the tabs, see categories below.'),
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 experimental conditions needs to be visualised, condition 1 "condition" 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'),