Description Usage Arguments Value Author(s) Examples
View source: R/metaseqr.main.R
This function reduces the gene annotation in case of exon reads and when the data to be analyzed do not contain all the standard chromosomes of the genome under investigation. This can greatly reduce processing time in these cases.
1 | reduce.gene.data(exon.data, gene.data)
|
exon.data |
the exon annotation already reduced to the size of the input exon counts table. |
gene.data |
an annotation data frame from the same
organism as |
The gene.data
annotation, reduced to have the same
chromosomes as in exon.data
, or the original
gene.data
if exon.data
do contain the
standard chromosomes.
Panagiotis Moulos
1 2 3 4 | data("hg19.exon.data",package="metaseqR")
gene.data <- get.annotation("hg19","gene","ensembl")
reduced.gene.data <- reduce.gene.data(hg19.exon.counts,
gene.data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.