cnvkit_call - Call copy number variants from segmented log2
ratios.
usage: cnvkit.py call [-h] [--center
[{mean,median,mode,biweight}]]
- [--center-at CENTER_AT] [--filter {ampdel,cn,ci,sem}]
- [-m {threshold,clonal,none}] [-t THRESHOLDS] [--ploidy PLOIDY] [--purity
PURITY] [--drop-low-coverage] [-x {m,y,male,Male,f,x,female,Female}] [-y]
[-o FILENAME] [-v FILENAME] [-i SAMPLE_ID] [-n NORMAL_ID]
[--min-variant-depth MIN_VARIANT_DEPTH] [-z [ALT_FREQ]] filename
- -h, --help
- show this help message and exit
- --center
[{mean,median,mode,biweight}]
- Re-center the log2 ratio values using this estimator of the center or
average value. ('median' if no argument given.)
- --center-at
CENTER_AT
- Subtract a constant number from all log2 ratios. For "manual"
re-centering, in case the --center option gives unsatisfactory
results.)
- --filter
{ampdel,cn,ci,sem}
- Merge segments flagged by the specified filter(s) with the adjacent
segment(s).
- -m {threshold,clonal,none},
--method {threshold,clonal,none}
- Calling method. [Default: threshold]
- -t THRESHOLDS,
--thresholds THRESHOLDS
- Hard thresholds for calling each integer copy number, separated by commas.
Use the '=' sign on the command line, e.g.: -t=-1,0,1
[Default: -1.1,-0.25,0.2,0.7]
- --ploidy
PLOIDY
- Ploidy of the sample cells. [Default: 2]
- --purity
PURITY
- Estimated tumor cell fraction, a.k.a. purity or cellularity.
- --drop-low-coverage
- Drop very-low-coverage bins before segmentation to avoid false-positive
deletions in poor-quality tumor samples.
- -x
{m,y,male,Male,f,x,female,Female}, --sample-sex
{m,y,male,Male,f,x,female,Female}, -g
{m,y,male,Male,f,x,female,Female}, --gender
{m,y,male,Male,f,x,female,Female}
- Specify the sample's chromosomal sex as male or female. (Otherwise guessed
from X and Y coverage).
- -y, --male-reference,
--haploid-x-reference
- Was a male reference used? If so, expect half ploidy on chrX and chrY;
otherwise, only chrY has half ploidy. In CNVkit, if a male reference was
used, the "neutral" copy number (ploidy) of chrX is 1; chrY is
haploid for either reference sex.
- -o FILENAME, --output
FILENAME
- Output table file name (CNR-like table of segments, .cns).