.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. .TH CNVKIT_HEATMAP "1" "March 2019" "cnvkit_heatmap 0.9.5" "User Commands" .SH NAME cnvkit_heatmap \- Plot copy number for multiple samples as a heatmap. .SH DESCRIPTION usage: cnvkit heatmap [\-h] [\-b] [\-c CHROMOSOME] [\-d] [\-y] .TP [\-x {m,y,male,Male,f,x,female,Female}] [\-\-no\-shift\-xy] [\-o FILENAME] filenames [filenames ...] .SS "positional arguments:" .TP filenames Sample coverages as raw probes (.cnr) or segments (.cns). .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-b\fR, \fB\-\-by\-bin\fR Plot data x\-coordinates by bin indices instead of genomic coordinates. All bins will be shown with equal width, no blank regions will be shown, and x\-axis values indicate bin number (within chromosome) instead of genomic position. .TP \fB\-c\fR CHROMOSOME, \fB\-\-chromosome\fR CHROMOSOME Chromosome (e.g. 'chr1') or chromosomal range (e.g. \&'chr1:2333000\-2444000') to display. If a range is given, all targeted genes in this range will be shown, unless '\-\-gene'/'\-g' is already given. .TP \fB\-d\fR, \fB\-\-desaturate\fR Tweak color saturation to focus on significant changes. .TP \fB\-y\fR, \fB\-\-male\-reference\fR, \fB\-\-haploid\-x\-reference\fR Assume inputs were normalized to a male reference (i.e. female samples will have +1 log\-CNR of chrX; otherwise male samples would have \fB\-1\fR chrX). .TP \fB\-x\fR {m,y,male,Male,f,x,female,Female}, \fB\-\-sample\-sex\fR {m,y,male,Male,f,x,female,Female}, \fB\-g\fR {m,y,male,Male,f,x,female,Female}, \fB\-\-gender\fR {m,y,male,Male,f,x,female,Female} Specify the chromosomal sex of all given samples as male or female. (Default: guess each sample from coverage of X and Y chromosomes). .TP \fB\-\-no\-shift\-xy\fR Don't adjust the X and Y chromosomes according to sample sex. .TP \fB\-o\fR FILENAME, \fB\-\-output\fR FILENAME Output PDF file name.