Cis regulatory Elements and gene pair #1501
Replies: 3 comments 6 replies
-
I'm not sure I understand your question but perhaps this excerpt from an upcoming version of the documentation will help: To identify peak-to-gene links in ArchR, we use the
We can then retrieve these peak-to-gene links in a similar fashion to how we retrieved co-accessibility interactions by using the
When
Here,
It is important not to confuse So, if we wanted to add the gene name and peak coordinates to our
You may also notice that there is other information stored within the
If we set
|
Beta Was this translation helpful? Give feedback.
-
Thanks, Ryan, for the explanation. In the p2g data frame (returnLoops=FALSE), we have information about the peaks to which particular genes are linked. We are interested in finding the length of each loop (start and end position of a loop not the peak position) for a particular gene. This info is present in the loop track GRanges object, but there is no way to extract it based on gene names. |
Beta Was this translation helpful? Give feedback.
-
Hopefully its a correct way to get loop object from peak2genelinks
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In an article by Trevino et al., 2020 they extracted data related to links between gene-distal CRE accessibility to gene expression. The identified CRE-gene pairs that represent potential enhancer-gene interactions (Table S2
I extracted this information Peak2GeneLinks function (p2g[[1]]) but it is only outputting information on chromosome start and end location, length of loop or length of the gene (i guess), correlation, and FDR.
How can we extract this information shown in Table2 using ArchR?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions