Help, How do I add TF information to a Peak-to-Gene DataFrame? #2241
Unanswered
davidlyon3
asked this question in
Questions / Documentation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I add TF information to a Peak-to-Gene DataFrame?
I have the following DataFrame,
p2geneDF
, which contains information about peaks and their associated genes. I want to add columns to this DataFrame that include transcription factor (TF) information, specifically linking each peak to the TFs that bind to it. This will allow me to identify both the TF and the genes being regulated by it.Thank you very much in advance.
I also have TF binding site information stored in
motif_matches
(RangedSummarizedExperiment object) or similar data, which links peaks to TF motifs. How can I use this to enrichp2geneDF
with the TF information (e.g., a column listing the TFs associated with each peak)?My goal is to:
p2geneDF
that include the TFs associated with each peak.If there are existing methods or best practices for this in ArchR, I'd appreciate guidance! Thank you.
Beta Was this translation helpful? Give feedback.
All reactions