Quantcast
Channel: Post Feed
Viewing all articles
Browse latest Browse all 3764

compute normal-tumor coverage ratio from exome BAMs

$
0
0

Could someone please suggest a quick way to compute the data ratio of uniquely mapped reads in
the normal to uniquely mapped reads in the tumor, as required by Varscan in the command below? I have over 50 exome BAMs.

(normal_unique_mapped_reads/tumor_unique_mapped_reads).

java -jar VarScan.jar copynumber normal-tumor.mpileup
output.basename -min-coverage 10 --data-ratio
[data_ratio] --min-segment-size 20
--max-segment-size 100


Viewing all articles
Browse latest Browse all 3764

Trending Articles