Ordering of seqnames in objects returned by getPeak2GeneLinks() #1419
Unanswered
jmmuncie
asked this question in
Questions / Documentation
Replies: 1 comment 5 replies
-
depending on exactly what you mean, I think this is actually straightforward. Just sort by
That being said the results with and without |
Beta Was this translation helpful? Give feedback.
5 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all - I've noticed that when I run
getPeak2GeneLinks()
withreturnLoops = TRUE
, the GRanges object that is returned is organized by seqnames in proper numerical order (chr1, chr2, chr3...chr9, chr10, chr11..chr19, chrX). However, when I rungetPeak2GeneLinks()
withreturnLoops = FALSE
, the dataframe that is returned seems to be ordered by seqnames as follows: chr1, chr11, chr12, chr13...chr19, chr2, chr3, chr4..chr9, chrX.Is there a way to get this dataframe to return with the seqnames in proper numerical order? This is causing issues for me downstream as I'm attempting to plot peak2gene links on browser tracks, and to only display lops that link to differentially accessible peaks. If the objects were returned in the same order, it would be fairly straightfoward, but as is, I don't have a way to properly match between the two.
Beta Was this translation helpful? Give feedback.
All reactions