plotMultiSampleData,CNAclinicData-method | R Documentation |
Plots heat map of a cohort of samples
## S4 method for signature 'CNAclinicData'
plotMultiSampleData(object, geneInfo = NULL,
clusterGenes = FALSE, clusterSamples = FALSE, dataType = "summary",
chromosomesFilter = c("X", "Y", "M", "MT"), outlierLog2R = 6,
showCalls = TRUE, callThreshLog2R = c(-0.15, 0.15), callLegend = FALSE,
legendSize = 12, legendKeySize = 2, legendPosition = "bottom",
legendHoriz = TRUE, lossColor = "orange2", gainColor = "blue",
pointColor = "black", neutralColor = "white", missingColor = "grey20",
xlab = ifelse(is.null(geneInfo), "Chromosome", "Gene"), xaxt = "s",
xaxSize = 10, ylab = NULL, yaxSize = 10, main = NULL, mainSize = 10)
object |
CNAclinicData. |
a ggplot2 object
## Not run:
vignette("CNAclinic")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.