Spaces:
Running
Running
Update pages/home.py
Browse files- pages/home.py +2 -2
pages/home.py
CHANGED
@@ -10,8 +10,8 @@ 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 experimental conditions needs to be visualised, condition 1 "condition" and condition 2 "Pax6" can be selected.'),
|
13 |
-
html.Div('For condition 1
|
14 |
-
html.Div('For condition 2 individual genes
|
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, removing only one gene at the time is recommended.'),
|
|
|
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 clusters, cell states and (experimental) conditions can be selected.'),
|
14 |
+
html.Div('For condition 2 individual genes or quality control parameters (e.g. n_genes_by_counts) 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, removing only one gene at the time is recommended.'),
|