Replies: 1 comment
-
Mean probably isnt the right metric to be using here. For any given cell, the number of ReadsInPromoter cannot be greater than Also, fragments are different than reads. 1 fragment = 2 reads. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I got the following output from my ArchR project:
adata.obs.ReadsInTSS.mean()
adata.obs.nFrags.mean()
adata.obs.PromoterRatio.mean()
adata.obs.ReadsInPromoter.mean()
My understanding is that the ReadInPromoter shall always smaller than the total fragment numbers (nFrags), as ReadsInTSS be. However, the mean of ReadInPromoter was larger than nFrags in this particular dataset and PromoterRatio of some cells are even 2.35 . Is there any cause for this? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions