convertGenesBetweenSpeciesHomologs: convertGenesBetweenSpeciesHomologs

Description Usage Arguments Author(s) Examples

Description

convertGenesBetweenSpeciesHomologs

Usage

1

Arguments

x

Character vector or matrix with mouse gene symbols to convert. If a matrix, rownames should be gene symbols.

from

One of "hg" or "mm"

to

One of "hg" or "mm"

Author(s)

adapted from Claudia Kleinman

Examples

1
2
3
4
5
convertGenesBetweenSpeciesHomologs(c("TUBB", "NES"), "hg", "mm")

mat1 <- matrix(seq(1, 15), nrow = 3)
rownames(mat1) <- c("Gfap", "Fabp7", "Foo")
convertGenesBetweenSpeciesHomologs(mat1, from = "mm")

fungenomics/cytobox documentation built on Feb. 13, 2020, 10:51 a.m.