Description Usage Arguments Details Value Examples
This function returns a dataframe with the translated IDs.
1 | conv_ids_cp(input, from, to, db)
|
input |
vector of the IDs to convert |
from |
input ID type |
to |
output ID type or vector of output ID types |
db |
annotation database |
This function takes a vector of IDs and translated them from the input format to the output format using the selected orgDB. In case the orgDB is not installed before launching the function, the function will exit with error.
dataframe with the translated IDs
1 2 | conv_ids_cp(rownames(df), "ENSEMBL", c("ENTREZID", "GENENAME"), "org.Mmu.eg.db")
conv_ids_cp(c("IFNA1", "IFNA13", "SLC2A3"), "SYMBOL", "ENSEMBL", "org.Mmu.eg.db")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.