-
Notifications
You must be signed in to change notification settings - Fork 41
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
kpAddCytobandLabels with custom genome and cytoband file fails #147
Comments
Hi, |
For anyone who is facing the same issue: Anyways, I figured that when I subset the GRanges objects to only "chr1" it works.
Best, |
Thanks, Paul for the hint, I just wanted to share that your method didn't fully work for me, but this worked
Where I hope this can help someone |
Hi,
I am trying to plot Cytoband labels on the ideogram.
It works if I use the default hg19 genome, but not when I use my own genome region and cytoband files.
This is my code:
This is an excerpt from chm13v2.bed:
This is an excerpt from cytobands_chm13v2.bed:
Unfortunately, I get this error message:
Can you please have a look what I'm doing wrong?
Will it be possible to just set the
genome
parameter in theplotKaryotype
function to the new assembly, so I dont have to provide genome range and cytoband file?Thanks in advance,
Paul
The text was updated successfully, but these errors were encountered: