-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with LinkPeaks: Genes and Peaks Located on Different Chromosomes #1858
Labels
bug
Something isn't working
Comments
Can you show the full code you're using? |
oh, yep, here's the code I used: @timoast
|
However, while processing genome annotations, I used the following code to modify chromosome names:
I am unsure whether these main steps might cause any anomalies. |
Can you show the code used to create |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I encountered an unusual result while using the
LinkPeaks
function: some gene-peak linkages (e.g., TMEM92) are not within the specified distance threshold defined by thedistance = 500000
parameter and, surprisingly, are located on entirely different chromosomes.Could you please provide insights into why this might happen? Are there any specific parameters or preprocessing steps I should double-check to address this issue?
Thank you for your help!
Here's the code:
I reviewed other similar issues, and apart from the
seqlevels
of myobjTemp_CRE
object returningNULL
, I didn't notice any specific anomalies in myseqlevels
settings.The text was updated successfully, but these errors were encountered: