Description Usage Arguments Details Value Examples
Provided with a character vector of genomic identifiers; and a biomaRt hsapiens_gene_ensembl specific set of filters and attributes (i.e. the id format of the input and output respectively); this function returns a data frame with the corresponding mappings of the given identifiers to each of specified attributes.
1 | idConvert(ids, format_in = "ensembl_gene_id", format_out = "hgnc_symbol")
|
ids |
A vector of genomic identifiers |
format_in |
Format/type of genomic identifiers of the ids input |
format_out |
Format/type of genomic identifiers to be returned |
The 'format_in' argument defaults to ensembl gene id, and the mapped 'format_out' argument defaults to hgnc symbol.
Common filters/attributes are "ensembl_gene_id", "hgnc_symbol", "entrezgene", "illumina_humanht_12_v4" and "affy_hg_u133a".
Credit to Gil Tomas for the original code. Requires biomaRt and internet access.
A 2-column dataframe of original and converted ids
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.