plotSampleData,CNAclinicData-method | R Documentation |
plotSampleData XXXXX
## S4 method for signature 'CNAclinicData'
plotSampleData(object, geneInfo = NULL,
clusterGenes = FALSE, chromosomesFilter = c("X", "Y", "M", "MT"),
outlierLog2R = 5, showLog2RPlot = TRUE, showHeatmap = FALSE,
showDataPoints = TRUE, showSegments = TRUE, segmentType = c("summary"),
segHMMColor = "green4", segCBSColor = "green", segPLSColor = "purple",
segLACBSColor = "hotpink", segSummaryColor = "red2",
segmentLineWidth = rep(1, length(segmentType)), segmentLineType = rep(1,
length(segmentType)), segmentLegend = showSegments, legendSize = 12,
legendKeySize = 2, segmentLegendPosition = "bottom",
segmentLegendHoriz = TRUE, showCalls = TRUE, callTypeLog2R = "summary",
callThreshLog2R = c(-0.15, 0.15), callLegend = FALSE,
callLegendPosition = "bottom", callLegendHoriz = TRUE, pointShape = ".",
pointSize = 1, lossColor = "orange2", gainColor = "blue",
pointColor = "black", neutralColor = "white", missingColor = "grey20",
xlab = ifelse(is.null(geneInfo), "Chromosome", "Gene"), xaxt = "s",
xaxSize = 7, ylab = NULL, yaxSize = 10, ylim = NULL, yaxp = NULL,
main = NULL, mainSize = 10, ...)
object |
CNAclinicData object |
a list containing ggplot objects (1 per sample, list named by sampleNames)
## 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.