tableGeneIDdesc | R Documentation |
Retrieve additional gene information from biomaRt
tableGeneIDdesc(geneID, ens, output = "DF", otherdata = NULL,
NoIDcol = TRUE)
geneID |
Ensembl gene ids to query |
ens |
a "Mart" object from biomaRt |
output |
"DF" for dataframe,"data.table" for a data.table::data.table,widget for a DT::datatable and "latex" for a latex formatted output |
otherdata |
other data that can be queried with biomaRt::getBM. See possible attributes=biomaRt::listAttributes(ens) |
NoIDcol |
logical; default=TRUE: remove the first column that contains the ensembl gene id |
a data.frame or a data.table or latex code or widget
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.