med.segmean: Obtain the median segment mean from a segmentaton file; The...

Description Usage Arguments Value Examples

View source: R/cnv.freq.plot.r View source: R/segment.means.r

Description

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

Usage

1
2
3

Arguments

cnv

(S4) an object of class svcnvio containing data type 'cnv' validated by validate.cnv

Value

(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

Examples

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)

gonzolgarcia/svpluscnv documentation built on March 4, 2020, 10:06 a.m.