Description Usage Arguments Value Examples
View source: R/cnv.freq.plot.r View source: R/segment.means.r
Obtain the average weighted segment mean log2 ratios from each sample within a CNV segmentaton data.frame
Obtain the average weighted segment mean log2 ratios from each sample within a CNV segmentaton data.frame
1 2 3 | ave.segmean(cnv)
ave.segmean(cnv)
|
cnv |
(S4) an object of class svcnvio containing data type 'cnv' validated by validate.cnv |
(numeric) a vector containing the weighted average logR from segmented data
(numeric) a vector containing the weighted average logR from segmented data
1 2 3 4 5 | cnv <- validate.cnv(segdat_lung_ccle)
ave.segmean(cnv)
cnv <- validate.cnv(segdat_lung_ccle)
ave.segmean(cnv)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.