.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. .TH CNVKIT_SEGMETRICS "1" "March 2019" "cnvkit_segmetrics 0.9.5" "User Commands" .SH NAME cnvkit_segmetrics \- Compute segment-level metrics from bin-level log2 ratios. .SH DESCRIPTION usage: cnvkit segmetrics [\-h] \fB\-s\fR SEGMENTS [\-\-drop\-low\-coverage] [\-o FILENAME] .TP [\-\-mean] [\-\-median] [\-\-mode] [\-\-stdev] [\-\-sem] [\-\-mad] [\-\-mse] [\-\-iqr] [\-\-bivar] [\-\-ci] [\-\-pi] [\-a ALPHA] [\-b BOOTSTRAP] cnarray .SS "positional arguments:" .TP cnarray Bin\-level copy ratio data file (*.cnn, *.cnr). .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-s\fR SEGMENTS, \fB\-\-segments\fR SEGMENTS Segmentation data file (*.cns, output of the 'segment' command). .TP \fB\-\-drop\-low\-coverage\fR Drop very\-low\-coverage bins before calculations to avoid negative bias in poor\-quality tumor samples. .TP \fB\-o\fR FILENAME, \fB\-\-output\fR FILENAME Output table file name. .SS "Statistics available:" .TP \fB\-\-mean\fR Mean log2 value (unweighted). .TP \fB\-\-median\fR Median. .TP \fB\-\-mode\fR Mode (i.e. peak density of log2 values). .TP \fB\-\-stdev\fR Standard deviation. .TP \fB\-\-sem\fR Standard error of the mean. .TP \fB\-\-mad\fR Median absolute deviation (standardized). .TP \fB\-\-mse\fR Mean squared error. .TP \fB\-\-iqr\fR Inter\-quartile range. .TP \fB\-\-bivar\fR Tukey's biweight midvariance. .TP \fB\-\-ci\fR Confidence interval (by bootstrap). .TP \fB\-\-pi\fR Prediction interval. .TP \fB\-a\fR ALPHA, \fB\-\-alpha\fR ALPHA Level to estimate confidence and prediction intervals; use with \fB\-\-ci\fR and \fB\-\-pi\fR. [Default: 0.05] .TP \fB\-b\fR BOOTSTRAP, \fB\-\-bootstrap\fR BOOTSTRAP Number of bootstrap iterations to estimate confidence interval; use with \fB\-\-ci\fR. [Default: 100]