predictionCutoff parameter in addPeak2GeneLinks #1814
Unanswered
RegnerM2015
asked this question in
Questions / Documentation
Replies: 1 comment 1 reply
-
Thanks for posting this and sorry it has taken me a while to look into this. I see exactly what you see. I imagine this is a bug but will have to look into it more. I'm migrating this to an Issue for tracking purposes. |
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.
-
Hi @rcorces and @jeffmgranja ,
I was looking at the source code for
addPeak2GeneLinks
and the use of predictionCutoff:ArchR/R/IntegrativeAnalysis.R
Lines 1035 to 1057 in f6c0388
It appears that the predictionCutoff is used to subset
dfAll
but is not used later on when making metacells. The objectdfAll
is also not used later on. If I am misinterpreting, if you could point me in the direction of where predictionCutoff is used to subset out cells, that would be greatly appreciated! Thank you for your help.Beta Was this translation helpful? Give feedback.
All reactions