Description Usage Arguments Value Examples
Title convert human mouse gene each other easily
1 2 | ortholog_symbol_convert(genes, from, fromType, toType = NULL,
dataSource = NULL)
|
genes |
a vector contaning genes you want convert from |
from |
genes species, it must be hs or mm |
fromType |
genes type, it must be one of ensembl, symbol, entrezid |
toType |
gene type to be retrieved, if NULL, it's same as fromType, if defined, it must be one or more of ensembl_gene_id, external_gene_name, entrezgene |
dataSource |
if NULL, it will internal ortholog to finish conversion |
a dataframe containing genes fromType and retrieved toType
1 2 | genes <- c("Gucy1a1", "Pten", "Zyx", "Zscan5b", "Dada")
ortholog_symbol_convert(genes, "mm", "symbol", toType=c("ensembl_gene_id", "symbol", "entrezgene"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.