annotateGenes.mm10: annotate genes with reference to hg38.

View source: R/annotateGenes.mm10.R

annotateGenes.mm10R Documentation

annotate genes with reference to hg38.

Description

annotate genes with reference to hg38.

Usage

annotateGenes.mm10(mat, ID.type = "S", full.anno = full.anno.mm10)

Arguments

mat

data matrix; genes in rows; cell names in columns.

ID.type

gene id type: Symbol or Ensemble.

full.anno

annotation file for all known genes, automatically loaded in copycat.

Value

annotations of each genes in rows with chrom and positions.

Examples

test.anno.mat <- annotateGenes.hg20(mat=matx, ID.type="ENSEMBLE_id", full.anno = full.anno)

navinlabcode/copykat documentation built on June 29, 2024, 2:31 a.m.