Skip to content
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

Error running deconvolution_fit_SV with plotting #59

Open
anoronh4 opened this issue Jul 28, 2022 · 5 comments
Open

Error running deconvolution_fit_SV with plotting #59

anoronh4 opened this issue Jul 28, 2022 · 5 comments

Comments

@anoronh4
Copy link

Using the example script with the example Rdata gives me the following error:

Error in RCircos.Validate.Genomic.Data(genomic.data, "link", genomic.columns) : 
  One or more genomic position in plot data is
outside of chromosome length for chr4.
Calls: deconvolution_fit_SV ... RCircos.Get.Paired.Points.Positions -> RCircos.Validate.Genomic.Data
@edceeyuchen
Copy link

I have the same problem! Could you solve it? Thanks!

@jpmcelderry
Copy link

For anyone with this problem in the future, deconvolution_fit_SV has an argument gv, or 'genome version'. This is set to "hg38" default, and needs to be manually set for the script to "hg19" instead.

@edceeyuchen
Copy link

@jpmcelderry Hello!
Sorry for lately reply, I want to know, if I used my SV data, there is no need to change the 'genome version', right?
Hope your help~

@jpmcelderry
Copy link

@jpmcelderry Hello! Sorry for lately reply, I want to know, if I used my SV data, there is no need to change the 'genome version', right? Hope your help~

I imagine it just depends on your SV data genome version. If your SV data is in hg38 coordinates then this matches the default value of gv. If your data is in hg19 coordinates you will need to set gv="hg19".

@edceeyuchen
Copy link

@jpmcelderry Hello! Sorry for lately reply, I want to know, if I used my SV data, there is no need to change the 'genome version', right? Hope your help~

I imagi ne it just depends on your SV data genome version. If your SV data is in hg38 coordinates then this matches the default value of gv. If your data is in hg19 coordinates you will need to set gv="hg19".

Thank you! And totally I understand now~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants