Spaces:
Running
Running
fuxialexander
commited on
Commit
•
558f756
1
Parent(s):
0e968ee
hotfix
Browse files- app/main.py +3 -2
- modules/atac_rna_data_processing +1 -1
- modules/proscope +1 -0
app/main.py
CHANGED
@@ -127,9 +127,10 @@ def plot_motif_corr(cell):
|
|
127 |
link_method="ward",
|
128 |
display_ratio=0.1,
|
129 |
width=600,
|
130 |
-
height=
|
131 |
color_map="rdbu_r",
|
132 |
)
|
|
|
133 |
return fig, cell
|
134 |
|
135 |
|
@@ -197,7 +198,7 @@ This section allows the selection of a gene and provides plots of its cell-type
|
|
197 |
|
198 |
gr.Markdown(
|
199 |
"""
|
200 |
-
## Motif
|
201 |
|
202 |
Here, you can generate a heatmap to visualize motif correlations. Alternatively, you can explore the causal subnetworks related to specific motifs by selecting the motif and the type of subnetwork you are interested in, along with a effect size threshold.
|
203 |
"""
|
|
|
127 |
link_method="ward",
|
128 |
display_ratio=0.1,
|
129 |
width=600,
|
130 |
+
height=400,
|
131 |
color_map="rdbu_r",
|
132 |
)
|
133 |
+
fig["layout"].update(coloraxis_showscale=False)
|
134 |
return fig, cell
|
135 |
|
136 |
|
|
|
198 |
|
199 |
gr.Markdown(
|
200 |
"""
|
201 |
+
## Motif correlation and causal subnetworks
|
202 |
|
203 |
Here, you can generate a heatmap to visualize motif correlations. Alternatively, you can explore the causal subnetworks related to specific motifs by selecting the motif and the type of subnetwork you are interested in, along with a effect size threshold.
|
204 |
"""
|
modules/atac_rna_data_processing
CHANGED
@@ -1 +1 @@
|
|
1 |
-
Subproject commit
|
|
|
1 |
+
Subproject commit 6c4a15866b44cff3896b916399ab3a35511616ce
|
modules/proscope
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 55ad8eb1b962471f4e1f9b3b451a20d31713bb8e
|