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.
在属性页BioMart数据库中的属性组合在一起。的attributePages功能给出了一个简要的属性类别和组目前的BioMart。可以使用这些页面名称,只显示可用的属性在listAttributes函数的子集。
用法----------Usage----------
attributePages(mart)
参数----------Arguments----------
参数:mart
object of class Mart, created with the useMart function.
对象类沃尔玛与useMart功能,。
作者(S)----------Author(s)----------
Steffen Durinck
举例----------Examples----------
if(interactive()){
mart = useMart("ensembl", dataset="hsapiens_gene_ensembl")
attributeSummary(mart)
}