Calling peaks and getting peak markers for clusters with few number of cells #2003
Unanswered
solvi808
asked this question in
Questions / Documentation
Replies: 1 comment 1 reply
-
40 cells is just not enough to have meaningful data in such a sparse assay. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello ,
I have some issue where I my smallest clusters with around 90 cells have very few number of peaks being called. My other clusters with 200-600 cells all have thousands of peaks called, however the clusters with few cells have only 40 marker peaks. This is an issue because I have less statistical power for motif enrichment analysis.
Are there some specific parameters or option I should be using so that peak calling is more sensitive for small clusters?
Peak marker calling
addGroupCoverages()
addReproduciblePeakSet()
addPeakMatrix()
getMarkerFeatures()
I tried changing the parameter minCells from 25 to 20 in addGroupCoverages and addReproduciblePeakSet, it gave me a 20 or so more peaks for the small clusters, but thats a small improvement. And Im afraid to set this lower if there is some sort of QC limitation to setting it to say 15 or 10
Beta Was this translation helpful? Give feedback.
All reactions