Description Usage Arguments Value Note Author(s) See Also Examples
This function display a static view of the genomic profile and the allelic
difference stored in an object of class "rCGH"
.
If no allelic difference is available, the genomic profile only is displayed.
1 2 3 4 |
object |
: An object of class |
symbol |
: character. A valid HUGO symbol (case insensitive). |
gain |
: numeric. A gain threshold value (in Log2(Ratio)). Segments greater,
or equal to, this value will be colored, as specified by |
loss |
: numeric. A loss threshold value (in Log2(Ratio)). Segments lower,
or equal to, this value will be colored, as specified by |
minLen |
: numeric. The mininal length for a segment, expressed in Kb.
When |
pCol |
: string. The probe points color. Default is |
GLcol |
: vector. A vector of 2 colors: the gained and lost segments colors,
respectively. Default is |
L |
: matrix. A matrix defining the layout. Default is 12 lines. |
p |
: numeric. The proportion of each plot within the plot window.
Default is |
Title |
: character string. A title for the plot. If |
ylim |
: numeric. A vector of two values specifying the y-axis range.
See |
None.
If no allelic difference is available, the genomic profile only is displayed.
Frederic Commo
plotDensity
, plotProfile
,
plotLOH
, 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
multiplot(cgh, symbol = "erbb2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.