Arts-of-coding commited on
Commit
65f34ce
1 Parent(s): 12bf0d0

Update pages/home.py

Browse files
Files changed (1) hide show
  1. pages/home.py +4 -1
pages/home.py CHANGED
@@ -5,5 +5,8 @@ dash.register_page(__name__, path='/', location="sidebar")
5
 
6
  layout = html.Div([
7
  html.H1('This is the home page for analyzing the corneal cell state meta atlas'),
8
- html.Div('Please select the dataset below.'),
 
 
 
9
  ])
 
5
 
6
  layout = html.Div([
7
  html.H1('This is the home page for analyzing the corneal cell state meta atlas'),
8
+ html.Div('Please select the dataset above.'),
9
+ html.Div('Note that lowly expressed genes have been filtered out, leaving ~17.000 expressed genes to analyse interactively.'),
10
+ html.Div('Genes can be visualised in a dotplot or in the "custom" tab on the UMAPs.'),
11
+ html.Div('TF influence scores can also be visualised in these graphs'),
12
  ])