View source: R/annotateGenes.mm10.R
annotateGenes.mm10 | R Documentation |
annotate genes with reference to hg38.
annotateGenes.mm10(mat, ID.type = "S", full.anno = full.anno.mm10)
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. |
annotations of each genes in rows with chrom and positions.
test.anno.mat <- annotateGenes.hg20(mat=matx, ID.type="ENSEMBLE_id", full.anno = full.anno)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.