Heatmap visualization including optional hierarchical clustering of amplicons/genes and samples.
heatmap.CNA(CNA, thres.percent=1, cluster.genes=TRUE, cluster.samples=TRUE,
type="CNA calls", method.dist="manhattan", method.link="average", mar=3, cex=0.50)Indicator matrix of CNAs generated by call.CNA.
Number between 0 and 100. Only genes with a minimum percentage of amplified and/or deleted samples are included into the heatmap.
Logical value. If TRUE hierarchical cluster of genes is executed.
Logical value. If TRUE hierarchical cluster of samples is executed.
Heatmap of copy numbers "Copy Number" or CNA calls "CNA Calls".
Character. Method for calculation of the distance between genes/amplicons and between samples.
Character. Linkage method to calculate the distance between clusters.
Numeric value. Margins for row names and column names.
Numerical value. Shrinkage factor for row names and column names.
Depending on "type" heatmap of CNAs (color coding: LOSS=green, NORMAL=black, GAIN=red) or
heatmap of copy numbers (color coding CN<1: green, CN<2: darkgreen, CN>3: darkred, CN>4: red, CN>5: orange, CN>10: yellow).