Scroll to navigation

CNVKIT_SEGMETRICS(1) User Commands CNVKIT_SEGMETRICS(1)

NAME

cnvkit_segmetrics - Compute segment-level metrics from bin-level log2 ratios.

DESCRIPTION

usage: cnvkit segmetrics [-h] -s SEGMENTS [--drop-low-coverage] [-o FILENAME]

[--mean] [--median] [--mode] [--t-test] [--stdev]
[--sem] [--mad] [--mse] [--iqr] [--bivar] [--ci] [--pi] [-a ALPHA] [-b BOOTSTRAP] [--smooth-bootstrap] cnarray

positional arguments:

Bin-level copy ratio data file (*.cnn, *.cnr).

optional arguments:

show this help message and exit
Segmentation data file (*.cns, output of the 'segment' command).
Drop very-low-coverage bins before calculations to avoid negative bias in poor-quality tumor samples.
Output table file name.

Statistics available:

Mean log2 ratio (unweighted).
Median.
Mode (i.e. peak density of bin log2 ratios).
One-sample t-test of bin log2 ratios versus 0.0.
Standard deviation.
Standard error of the mean.
Median absolute deviation (standardized).
Mean squared error.
Inter-quartile range.
Tukey's biweight midvariance.
Confidence interval (by bootstrap).
Prediction interval.
Level to estimate confidence and prediction intervals; use with --ci and --pi. [Default: 0.05]
Number of bootstrap iterations to estimate confidence interval; use with --ci. [Default: 100]
Apply Gaussian noise to bootstrap samples, a.k.a. smoothed bootstrap, to estimate confidence interval; use with --ci.
January 2021 cnvkit segmetrics 0.9.8