Description Usage Arguments Value References See Also Examples
This function plots the CNVs of each sample in a given genomic region and annotates the genes using Gviz
1 2 |
x |
an object of class 'cnvGRanges' obtained after applying 'getCNVs' function |
range |
a 'GRanges' object indicating the genomic region to be depicted |
genome |
the reference genome. The default is 'hg19' |
drawGenes |
should genes be showed in the plot? The default is FALSE |
group |
a grouping variable to provide CNVs for each level. Only to levels are allowed. Not required. |
col.cnvs |
color of gain and loses. Default is darkgreen for gains and darkblue for loses. |
col.group |
color of grouping variable. Used when 'group' is provided. Default are tomato and lightblue. |
mosaic |
argument not relevant for R-GADA (see MAD package) |
This function returns an Gviz plot showing the CNVs of each sample in a given genomic region. Gains are in green color, while loses are printed in blue.
Pique-Regi R, Caceres A, Gonzalez JR. "R-Gada: a package for fast detection and visualization of copy number alterations on multiple samples". BMC Bioinformatics, 2010;11:380.
1 2 3 4 | ## Not run:
See the vignette
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.