ave.segmean: Average sample CNV

Description Usage Arguments Value Examples

View source: R/segment.means.r

Description

Obtain the weighted average segment mean log2 ratios from each sample within a CNV segmentaton data.frame

Usage

1

Arguments

cnv

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

Value

(numeric) a vector containing the weighted average logR from segmented data

Examples

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)

ccbiolab/svpluscnv documentation built on Sept. 9, 2020, 4:52 a.m.