Description Usage Arguments Details Value
View source: R/get_annotation.R
Get annotation for a specific platform
1 | get_annotation(dataset, platform = "none", db = "main", att)
|
dataset |
ENSEMBL dataset name. A dataset name can be retrieved with list_datasets() function. |
platform |
Platform name in ENSEMBL. Usually one retrieved by list_platforms() function. Use "none" if you aren't working with microarray. In that case the parameter "att" is mandatory. |
db |
One of the following ENSEMBL databases: "main" for ENSEMBL_MART_ENSEMBL database (the main database in ENSEMBL, provides information for the majority of species) and "mouse" for ENSEMBL_MART_MOUSE database (which provides specific information of mouse strains) |
att |
Attributes to be retrieved. If not specified, retrives HGNC symbol and ENTREZ id. |
The att
argument expects a vector containing the attributes according to biomart package. One can
retrieve all available attributes with list_all_attributes() function.
Dataframe containing the attributes requested.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.