Skip to contents

annotateGenes Annotate genes with genomic coordinates with reference to hg38 using Ensembl based annotation package

Usage

annotateGenes(mtx, organism = "human")

Arguments

mtx

Count matrix with genes on row names (Ensemble or Symbol)

organism

Organism to be analysed ("human" or "mouse", default "human")

Value

Annotated matrix

Examples

if (FALSE) { # \dontrun{
count_mtx_annot <- annotateGenes(count_mtx)
} # }