Description Usage Arguments Value Examples
View source: R/segment.means.r
Obtain the median weighted segment mean from a segmentaton file; The weighted median refers to the logR that occupies a center of all segments ordered by their log ratio
1  | med.segmean(cnv)
 | 
cnv | 
 (S4) an object of class svcnvio containing data type 'cnv' initialized by validate.cnv  | 
(numeric) a vector containing the median logR value of a segmented data.frame
1 2 3 4 5  | ## validate input CNV data.frames
cnv <- validate.cnv(segdat_lung_ccle)
med_seg_mean <- med.segmean(cnv)
head(med_seg_mean)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.