Why is there a celining in the addPeakMatrix function? #2176
piyushjo15
started this conversation in
General
Replies: 0 comments
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.
-
Hi,
My question is why is there a
ceiling
parameter inaddPeakMatrix()
function? Does it cause highly enriched CRE regions to be under-counted? When there is normalization of the peaks which uses theceiling
parameter, is it some sort of scaling? Can I make theceiling
asNULL
?What is an appropriate
ceiling
for a dataset with 400K cells? I am assume that the defaultceiling=4
is for a typical sample having 3-5k cells, or am I wrong?Beta Was this translation helpful? Give feedback.
All reactions