Skip to content

Commit

Permalink
conflict fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghao-njmu committed Oct 23, 2023
2 parents e2041b0 + af653ad commit f1abf54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inst/python/SCP_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ def SCVELO(adata=None, h5ad=None, group_by=None, palette=None,
for cluster in df1.columns:
#df1[0:1].values.ravel()[:12] ### by row
scv.pl.scatter(adata, color=group_by,palette=palette, basis=df1[cluster].values[:top_n],vkey=vkey, size=10, linewidth=2, alpha=1, ylabel="cluster: "+cluster+"\nunspliced",
add_linfit=True, add_rug=True, add_outline=True, ncols=3, frameon=True, save=False, show=False)
if show_plot is True:
plt.show()
if save:
Expand Down

0 comments on commit f1abf54

Please sign in to comment.