Purpose
Identify somatic copy number variant (CNVs) in a case sample. Requires an appropriate Panel of Normals (PON).
Reference Implementations
Pipeline | Summary | Notes | Github | Terra |
---|---|---|---|---|
Somatic CNV case sample | Case BAM to CNV | universal | yes | b37 |
Somatic CNV PON creation | Normal BAMs to PON | universal | yes | b37 |
Documentation for these workflows is in development.
3 comments
Where can we find a description on what all of the outputs of the somatic copy number pipeline are?
In particular we want to know what each of these seg files are:
i have only a tumor bam file and a pon.hdf5 and no normal library
Is it possible to use this pipeline ?
I'm looking for a bash pipeline with all the GATK commands to find the CNV, is it available somewhere ?
thank you --
You will need to have target intervals or bins in addition to the bam in order to collect read counts. For exomes you can take the interval list that corresponds to the capture targets specific to manufacturer's exome prep kit and add some padding using the PreprocessIntervals command.
Please sign in to leave a comment.