how to set different qvalue for different clusters when doing peak call #1537
Answered
by
rcorces
yingyuan830
asked this question in
Questions / Documentation
-
when doing peak call, it is sometimes necessary to set different qvalue for different clusters with different cell numbers, how can I set them in the function ? can anyone give hints or other suggestions ? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
rcorces
Aug 2, 2022
Replies: 1 comment 1 reply
-
It is not possible in ArchR to set individual q value cutoffs per cluster. If you want to do something other than what ArchR offers, you can create your own peakset outside of ArchR and use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rcorces
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is not possible in ArchR to set individual q value cutoffs per cluster. If you want to do something other than what ArchR offers, you can create your own peakset outside of ArchR and use
addPeakSet()
to import it into your project.