Description Usage Arguments Author(s) Examples
convertGenesBetweenSpeciesHomologs
1 |
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" |
adapted from Claudia Kleinman
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.