amp.del: Retrieve amplification events from a 'genecnv.obj' generated...

Description Usage Arguments Value Examples

Description

Retrieve amplification events from a 'genecnv.obj' generated by 'gene.cnv' function

Usage

1
amp.del(genecnv.obj, logr.cut = 2)

Arguments

genecnv.obj

(genecnv) an instance of the class 'genecnv' containing gene level copy number info

logr.cut

(numeric) the log-ratio cutoff above which genes are considered amplified (e.g 2 = 8 copies for amplification and 0.5 copies for deep deletions, in diploid regions)

Value

(list) A list of lists including amplified.list, amplified.rank, deepdel.list and deepdel.rank

Examples

1
2
3
4
## validate input data.frames
cnv <- validate.cnv(segdat_lung_ccle)
genecnv.obj <- gene.cnv(cnv)
geneampdel <- amp.del(genecnv.obj, logr.cut = 2)

gonzolgarcia/svcnvplus documentation built on March 4, 2020, 6:02 p.m.