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