Description Usage Arguments Value Examples
View source: R/conv_ids_mart.R
This function returns a dataframe with the translated IDs. #'@details This function takes a vector of IDs and translated them from the input format to the output format using the selected maRt.
1 | conv_ids_mart(input, mart, from, to)
|
input |
vector of IDs |
mart |
annotation maRt |
from |
input ID type |
to |
output ID type or vector of output ID types |
dataframe with translated IDs
1 2 | conv_ids_mart(c("CDY2A","IGHM", "IGKC"), "mmulatta_gene_ensembl", "external_gene_name",
c("entrezgene_id", "ensembl_gene_id"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.