Description Usage Arguments Value Author(s) See Also Examples
This function display a static view of the allele differences, when available.
1 2 |
object |
: An object of class |
Title |
: character string. A title for the density plot. If |
None.
Frederic Commo
plotDensity
, plotProfile
, multiplot
,
view
1 2 3 4 5 6 7 8 9 | filePath <- system.file("extdata", "Affy_cytoScan.cyhd.CN5.CNCHP.txt.bz2",
package = "rCGH")
cgh <- readAffyCytoScan(filePath, sampleName = "AffyScHD")
cgh <- adjustSignal(cgh, nCores=1)
cgh <- segmentCGH(cgh, nCores=1)
cgh <- EMnormalize(cgh)
# Static visalizations
plotLOH(cgh)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.