ShixiangWang / DoAbsolute

:package: Automate Absolute Copy Number Calling using 'ABSOLUTE' package
Other
36 stars 11 forks source link

Run DoAbsolute based on WES #29

Closed WangKang-Leo closed 1 year ago

WangKang-Leo commented 1 year ago

I prepare the input data for DoAbsolute, which included segment data from CNVkit and maf data from Mutect2. Should I prepare the maf data like PureCN: Since germline SNPs are needed to infer allele-specific copy numbers, the provided VCF needs to contain both somatic and germline variants. Make sure that upstream filtering does not remove high quality SNPs, in particular due to presence in germline databases. Mutect 1.1.7 automatically calls SNPs, but Mutect 2 does not. Make sure to run Mutect 2 with --genotype-germline-sites true --genotype-pon-sites true. You will not get usuable output without those flags. (https://www.bioconductor.org/packages/devel/bioc/vignettes/PureCN/inst/doc/Quick.html#52_Recommended_CNVkit_usage)

Does DoAbsolute support GRCh38? I noticed the example data is GRCh37 based.

The last question is on whole genome doubling (WGB), I found all my output (200 BRCA samples) are 0....Do you know how to refine that?

ShixiangWang commented 1 year ago