view: Interactive Genomic Profile Visualization

Description Usage Arguments Details Value Author(s) See Also Examples

Description

This function is build on top of 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.

Usage

1
2
## S4 method for signature 'rCGH'
view(object, browser = TRUE, ...)

Arguments

object

: An object of class "rCGH"

browser

: logical. When TRUE (default), the system's default web browser will be launched automatically.

...

: Optional parameters used by runApp.

Details

The left command panel allows the user several actions:

Some actions, such as showing one unique chromosome or specifying cut offs (gain, loss, segment length), automatically update the gene table available in the "Genes table" tab.

Value

None.

Author(s)

Frederic Commo

See Also

plotProfile, plotLOH, multiplot, runApp

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
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)

## Not run: 
# Interactive visalizations
view(cgh)

## End(Not run)

rCGH documentation built on Nov. 8, 2020, 8:30 p.m.