Arts-of-coding commited on
Commit
2679d60
·
verified ·
1 Parent(s): c00e152

Update dash_plotly_QC_scRNA.py

Browse files
Files changed (1) hide show
  1. dash_plotly_QC_scRNA.py +1 -1
dash_plotly_QC_scRNA.py CHANGED
@@ -1,7 +1,7 @@
1
  # Dash app to visualize scRNA-seq data quality control metrics from scanpy objects
2
  # Shoutout to Coding-with-Adam for the initial template of the project:
3
  # https://github.com/Coding-with-Adam/Dash-by-Plotly/blob/master/Dash%20Components/Graph/dash-graph.py
4
-
5
  import dash
6
  from dash import dcc, html, Output, Input
7
  import plotly.express as px
 
1
  # Dash app to visualize scRNA-seq data quality control metrics from scanpy objects
2
  # Shoutout to Coding-with-Adam for the initial template of the project:
3
  # https://github.com/Coding-with-Adam/Dash-by-Plotly/blob/master/Dash%20Components/Graph/dash-graph.py
4
+ df=None
5
  import dash
6
  from dash import dcc, html, Output, Input
7
  import plotly.express as px