listMarts(biomaRt)
listMarts()所属R语言包:biomaRt
lists the avilable BioMart databases
列出的即时拍摄BioMart数据库
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function returns a list of BioMart databases to which biomaRt can connect to. By default all public BioMart databases are displayed. To establish a connection use the useMart function.
这个函数返回一个列表,BioMart数据库biomaRt可以连接到。默认情况下显示所有公共BioMart数据库。建立一个连接使用的useMart的功能。
用法----------Usage----------
listMarts(mart, host="www.biomart.org", path="/biomart/martservice", port=80, includeHosts = FALSE, archive=FALSE, ssl.verifypeer=TRUE, verbose = FALSE)
参数----------Arguments----------
参数:mart
mart object created with the useMart function
集市创建的对象与useMart功能
参数:host
host to connect to if different then www.biomart.org
主机连接,如果不同,然后www.biomart.org
参数:path
path to martservice that should be pasted behind the host to get to web service URL
到martservice路径应粘贴到Web服务的URL后面的主机
参数:port
port to use in HTTP communication
在HTTP通信使用的端口
参数:includeHosts
boolean to indicate if function should return host of the BioMart databases
布尔值,表示如果函数应该返回的BioMart数据库主机
参数:archive
Boolean to indicate if you want to access archived versions of BioMart database
布尔值,表示如果你要访问的BioMart数据库的归档版本
参数:ssl.verifypeer
Set SSL peer verification on or off. By default ssl.verifypeer is set to TRUE
设置对同行的SSL验证或关闭。默认情况下,ssl.verifypeer设置为TRUE
参数:verbose
Give detailed output of what the method is doing, for debugging purposes
方法是做什么的,详细的输出,用于调试目的
作者(S)----------Author(s)----------
Steffen Durinck
举例----------Examples----------
if(interactive()){
listMarts()
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|