Description Usage Arguments Value References See Also Examples
This function summarize the number of samples that are having an alteration in a given genomic region
1 |
x |
an object of class 'GRanges' obtained after applying 'getCNVs' function |
group |
the name of the grouping variable available in the object 'x' |
id |
the name of the variable having sample id. The default is 'sample' |
This function returns a list having two elements. The first element, called 'counts', contains the number of samples of each segment by the variable 'group'. The second element, called 'n', contains the total number of CNVs by 'group' variable.
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.