Description Usage Arguments Author(s) Examples
Convert ENSEMBL gene IDs to gene symbols
1 | ensembl2symbols(x, sp = "hg")
|
x |
Character vector of genes, or matrix (e.g. of counts) where rownames are genes. |
sp |
Character, one of "mm" or "hg", specifying the species for which
data is given in |
Selin Jessa
1 2 3 4 5 | mat1 <- matrix(seq(1, 15), nrow = 3)
rownames(mat1) <- c("ENSMUSG00000020932", "ENSMUSG00000019874", "Foo")
ensembl2symbols(mat1)
ensembl2symbols(c("ENSMUSG00000020932", "ENSMUSG00000019874"), "mm")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.