Learn R Programming

rCGH (version 1.2.2)

plotLOH: Allelic Differences Visualization

Description

This function display a static view of the allele differences, when available.

Usage

## S3 method for class 'rCGH':
plotLOH(object, Title=NULL)

Arguments

object
: An object of class "rCGH"
Title
: character string. A title for the density plot. If NULL (default), the sample name (when exists) is used.

Value

  • None.

See Also

plotDensity, plotProfile, multiplot, view

Examples

Run this code
filePath <- system.file("extdata", "Affy_cytoScan.cyhd.CN5.CNCHP.txt.bz2",
    package = "rCGH")
cgh <- readAffyCytoScan(filePath, sampleName = "AffyScHD")
cgh <- adjustSignal(cgh, nCores=1)
cgh <- EMnormalize(cgh)
cgh <- segmentCGH(cgh, nCores=1)

# Static visalizations
plotLOH(cgh)

Run the code above in your browser using DataLab