Spaces:
Running
Running
fuxialexander
commited on
Commit
•
0e968ee
1
Parent(s):
690c5f2
fix motif plot_logo
Browse files- .gitignore +1 -1
- app/main.py +1 -1
- modules/atac_rna_data_processing +1 -1
.gitignore
CHANGED
@@ -2,6 +2,6 @@ data
|
|
2 |
getdemo
|
3 |
libs
|
4 |
etc
|
5 |
-
|
6 |
|
7 |
getdemo-1.0.0.sif
|
|
|
2 |
getdemo
|
3 |
libs
|
4 |
etc
|
5 |
+
assets
|
6 |
|
7 |
getdemo-1.0.0.sif
|
app/main.py
CHANGED
@@ -124,7 +124,7 @@ def plot_motif_corr(cell):
|
|
124 |
column_labels=list(cell.gene_by_motif.corr.columns.values),
|
125 |
row_labels=list(cell.gene_by_motif.corr.index),
|
126 |
hidden_labels=["row", "col"],
|
127 |
-
link_method="
|
128 |
display_ratio=0.1,
|
129 |
width=600,
|
130 |
height=500,
|
|
|
124 |
column_labels=list(cell.gene_by_motif.corr.columns.values),
|
125 |
row_labels=list(cell.gene_by_motif.corr.index),
|
126 |
hidden_labels=["row", "col"],
|
127 |
+
link_method="ward",
|
128 |
display_ratio=0.1,
|
129 |
width=600,
|
130 |
height=500,
|
modules/atac_rna_data_processing
CHANGED
@@ -1 +1 @@
|
|
1 |
-
Subproject commit
|
|
|
1 |
+
Subproject commit 38f6c32d38bd7a2fa796e6d2e68e3907036e916b
|