Open anoronh4 opened 2 years ago
I have the same problem! Could you solve it? Thanks!
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.
@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 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"
.
@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 setgv="hg19"
.
Thank you! And totally I understand now~
Using the example script with the example Rdata gives me the following error: