Is there a way to use CNVkit without a reference from normal samples?
2
0
Entering edit mode
6.0 years ago

I am currently trying to find the CNV in some WGS data.

Is there a command to run CNVkit on a .bam data without using a Reference from Normal Samples?

sequence CNVkit • 4.3k views
ADD COMMENT
0
Entering edit mode

As far as i know, CNV requires reference genome. If you do not have a reference available, you can either build a de novo reference from your reads or find closest species whose reference file is available.

ADD REPLY
0
Entering edit mode

He is not asking about a reference genome, he is asking about reference (normal) samples.

ADD REPLY
2
Entering edit mode
6.0 years ago
h.mon 35k

Create a “flat” reference which assumes equal coverage in all bins by using the --normal/-n flag without specifying any additional BAM files:

cnvkit.py batch *Tumor.bam -n -t my_baits.bed -f hg19.fasta \
    --access data/access-5kb-mappable.hg19.bed \
    --output-reference my_flat_reference.cnn -d example2/

See further comments here.

ADD COMMENT
0
Entering edit mode
6 months ago

For future readers, here's how to do it from their documentation:

https://cnvkit.readthedocs.io/en/stable/pipeline.html#with-no-control-samples

ADD COMMENT

Login before adding your answer.

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