Description Usage Arguments Value Examples
Retrieve amplification and deletion events from a 'genecnv.obj' generated by 'gene.cnv' function
1 | amp.del(genecnv.obj, logr.cut = 2)
|
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) |
(list) A list of lists including amplified.list, amplified.rank, deepdel.list and deepdel.rank
1 2 3 4 5 6 7 | ## validate input data.frames
cnv <- validate.cnv(segdat_lung_ccle)
genecnv.obj <- gene.cnv(cnv)
geneampdel <- amp.del(genecnv.obj, logr.cut = 2)
lapply(geneampdel,head)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.