Hi guys,
Does anyone have experience using OncoSNP-SEQ?
It's a somatic copy number alteration detector, geared toward tumor-normal paired whole genome sequencing data. It uses read counts and B allele frequencies, as well as mappability correction, GC content correction, etc.
But I have trouble get it going.
When I tried this,
My outfiles are all empty (except for the header).
Thanks in advance.
Does anyone have experience using OncoSNP-SEQ?
It's a somatic copy number alteration detector, geared toward tumor-normal paired whole genome sequencing data. It uses read counts and B allele frequencies, as well as mappability correction, GC content correction, etc.
But I have trouble get it going.
When I tried this,
Code:
perl process_pileup.pl --infile {NAME OF PILEUP FILE} --outfile {NAME OF ONCOSNP-SEQ FORMAT FILE} --snpfile {NAME OF BED FORMAT SNP FILE}
Thanks in advance.
Comment