Description Usage Arguments Author(s) Examples
Attributes in BioMart databases are grouped together in attribute pages. The attributePages function gives a summary of the attribute categories and groups present in the BioMart. These page names can be used to display only a subset of the available attributes in the listAttributes function.
1 | attributePages(mart)
|
mart |
object of class Mart, created with the useMart function. |
Steffen Durinck
1 2 3 4 | if(interactive()){
mart = useMart("ensembl", dataset="hsapiens_gene_ensembl")
attributeSummary(mart)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.