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