shiny
, and provides an
iteractive way for visualizing a genomic profile, and exploring the list of
genes.
From a command panel, the user can interact with the graph in different
ways. See details
.## S3 method for class 'rCGH':
view(object, browser = TRUE, ...)
"rCGH "
TRUE
(default), the system's default web browser will
be launched automatically.runApp
.plotProfile
, plotLOH
, multiplot
,
runApp
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)
# Interactive visalizations
view(cgh)
Run the code above in your browser using DataLab