Got Error When Using Exomecnv To Call Loh
2
0
Entering edit mode
11.0 years ago
Conan ▴ 20

Hi all, I'm trying to use ExomeCNV for my paired normal-tumor exome sequencing data, to infer if there's any significant LOH in my tumor sample and if does, it'll be reasonable to use SNP array to do further LOH analysis. I followed user guide (https://secure.genome.ucla.edu/index.php/ExomeCNV_User_Guide#LOH_Calling_Procedure) and created BAF files for samples, and called LOH on each heterozygous position. An error occured when following the step "Combine multiple positions into LOH segments":

the.loh = multi.LOH.analyze(normal, tumor, all.loh.ls=list(eLOH),test.alpha=0.001, method="variance.f", sdundo=c(0,0), alpha=c(0.5,0.1))

Analyzing: Sample.1 Error in sort(abs(diff(genomdat)))[1:n.keep] :

only 0's may be mixed with negative subscripts

so it means n.keep is negative? It's actually accomplished by package DNAcopy in this step, I've read the code's part where exactly stuck on website: http://search.bioconductor.jp/codes/11539 but unfortunately still have no idea what should I do, is it correlated with BAF file which might be abnormal? Any advice would be really appreciated, thanks.

• 3.7k views
ADD COMMENT
0
Entering edit mode
9.2 years ago
Pascal ▴ 250

Hi Conan,

I got the same error. After removing extra chromosomes (I had GLXXXX included) everything worked fine.

Pascal

ADD COMMENT
0
Entering edit mode
5.7 years ago
ysh • 0

found same error when using DNAcopy package recently, found out just some column is empty in input data.(table header is fine, but row below is not complete.

ADD COMMENT

Login before adding your answer.

Traffic: 2572 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6