-
... # paste your code here, if applicable
scv.pl.proportions(adata,save="proportion.pdf")
![scvelo_proportions_proportion](https://user-images.githubusercontent.com/41979954/176337588-aa7c4e49-d254-4d86-b294-13f2616761f4.png)
The proportion of spliced and unspliced mRNA is 2:8, which is just oppsite to the wanted condition of 8:2# paste the error output here, if applicable
The proportion of spliced and unspliced mRNA is 2:8, which is just oppsite to the wanted condition of 8:2. Versions# paste the ouput of scv.logging.print_versions() here
scvelo==0.2.4 scanpy==1.9.1 anndata==0.8.0 loompy==3.0.7 numpy==1.21.5 scipy==1.8.0 matplotlib==3.5.2 sklearn==1.0.2 pandas==1.4.2 |
Beta Was this translation helpful? Give feedback.
Answered by
WeilerP
Jun 29, 2022
Replies: 1 comment
-
@HuangDDU, yes, in theory, you can continue. I'd be cautious, though. A Couple of thoughts:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
WeilerP
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@HuangDDU, yes, in theory, you can continue. I'd be cautious, though. A Couple of thoughts:
scv.pl.proportions(adata)
is intended to be used with raw counts. Otherwise, this results in unexpected behavior.