Description Usage Arguments Value Examples
Obtains a gene-level copy number matrix from a segmentation profile.
1 2 3 4 5 6 7 8 |
cnv |
(S4) an object of class svcnvio containing data type 'cnv' initialized by validate.cnv |
genome.v |
(hg19 or hg38) reference genome version to fetch gene annotations when 'genesgr=NULL' |
genesgr |
(S4) a GenomicRanges object containing genomic feature annotations (if not NULL overides genome.v). It must containg 'strand' and a metadata field 'gene_id' with unique values. Seqnames are expected in the format (chr1, chr2, ...) |
chrlist |
(character) list of chromosomes to include chr1, chr2, etc... |
fill.gaps |
(logical) whether to fill the gaps in the segmentation file using gap neighbour segmean average as log ratio |
verbose |
(logical) |
an instance of the class 'genecnv' containing gene level copy number info
1 2 3 4 | ## validate input data.frames
cnv <- validate.cnv(segdat_lung_ccle)
gene.cnv(cnv)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.