PureCN: Tool for estimation of tumor purity and ploidy
0
0
Entering edit mode
4.6 years ago
2yuna710 ▴ 10

Hi, I'm trying to calculate tumor purity and ploidy using a tool called PureCN written in Rscript. I don't have matched normal samples. I just have tumor panel samples. So, I use PureCN because it can calculate purity without normal samples. But in scripts, there are normaldb, normal_panel, and so on.

How can I calculate tumor purity and ploidy without normal samples?

  1. Without a matched normal (minimal test run) $ Rscript $PURECN/PureCN.R --out $OUT/$SAMPLEID \ --tumor $OUT/$SAMPLEID/${SAMPLEID}_coverage_loess.txt \ --sampleid $SAMPLEID \ --vcf ${SAMPLEID}_mutect.vcf \ --normaldb $OUT_REF/normalDB_hg19.rds \ --intervals $OUT_REF/baits_hg19_intervals.txt \ --genome hg19

  2. Production pipeline run $ Rscript $PURECN/PureCN.R --out $OUT/$SAMPLEID \ --tumor $OUT/$SAMPLEID/${SAMPLEID}_coverage_loess.txt \ --sampleid $SAMPLEID \ --vcf ${SAMPLEID}_mutect.vcf \ --statsfile ${SAMPLEID}_mutect_stats.txt \ --normaldb $OUT_REF/normalDB_hg19.rds \ --normal_panel $OUT_REF/mapping_bias_hg19.rds \ --intervals $OUT_REF/baits_hg19_intervals.txt \ --intervalweightfile $OUT_REF/interval_weights_hg19.txt \ --snpblacklist hg19_simpleRepeats.bed \ --genome hg19 \ --force --postoptimize --seed 123

R genome • 1.5k views
ADD COMMENT
0
Entering edit mode

Production pipeline run includes "A pool of normal samples is recommended when matched normal samples are not available". As a requirement it is stated that you need "At least one BAM file from a normal control sample, either matched or process- matched." according to this manual: http://bioconductor.org/packages/release/bioc/vignettes/PureCN/inst/doc/PureCN.pdf . So I guess it is not exactly "without normal samples", it is more "without MATCHED normal samples".

ADD REPLY

Login before adding your answer.

Traffic: 2870 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