addPeak2GeneLinks using normalized/corrected data, account for GC content? #1212
Unanswered
agreco92
asked this question in
Questions / Documentation
Replies: 1 comment
-
Currently no
I'm not sure I understand your idea but feel free to make a more detailed feature request. |
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 am exploring the possibility of creating a Gene Regulatory Network starting from the addPeak2GeneLinks in a multiomic RNA-ATAC dataset. However, my RNA was processed in such a way to remove some technical biases using Seurat (thus the relevant data is in the @scale.data slot). Unfortunately, the addGeneExpressionMatrix function only accepts integer-valued count matrices, that in my case is not corrected for any technical bias. Is there any way to work around this limitation and use the scaled data instead?
Secondarily, I love the idea of adding an empirical p-value to Peak2Gene links. However, in this paper, authors recommend to correct for GC content in addition to sampling depth. Given that ArchR is also generating background peaks accounting for GC content (addBgdPeaks function), is there a way to use these ones as background peaks for the computation of correlations?
Thank you for your help (and for the fantastic package!)
Beta Was this translation helpful? Give feedback.
All reactions