listFilters(biomaRt)
listFilters()所属R语言包:biomaRt
lists the filters available in the selected dataset
在选定的数据集列出可用的过滤器
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Filters are what we use as inputs for a biomaRt query. For example, if we want to retrieve all entrezgene identifiers on chromosome X, chromosome will be the filter,
过滤器是我们作为输入为biomaRt查询使用。例如,如果我们要检索的X染色体上的所有entrezgene标识符,chromosome将过滤器,
用法----------Usage----------
参数----------Arguments----------
参数:mart
object of class Mart created using the useMart function
类的对象Mart使用useMart函数创建
参数:what
character vector indicating what information to display about the available filters. Valid values are name, description, options, fullDescription, filters, type, operation, filters8, filters9.
特征向量表示什么样的信息显示可用的过滤器。有效的值是name,description,options,fullDescription,filters,type,operation,filters8 filters9。
参数:group
defunct. If you need advice how to replace that functionality, please contact the package maintainer for advice.
解散。如果您需要咨询如何更换该功能,请联系咨询软件包的维护者。
作者(S)----------Author(s)----------
Steffen Durinck, http://www.stat.berkeley.edu/~steffen
举例----------Examples----------
if(interactive()){
mart = useMart("ensembl", dataset="hsapiens_gene_ensembl")
listFilters(mart)
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|