NCBI(RNCBI)
NCBI()所属R语言包:RNCBI
The First Step To Use The NCBI Webservice
使用NCBI Web服务的第一步
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This creates an object of the RInterface and stores it in the NCBI class. The program uses the proxy settings from the R environment, but you can set the proxy manually, too.
这将创建一个的RInterface对象,并将其存储在NCBI类。该程序使用的代理服务器设置的R环境,但你可以手动设置代理,太。
用法----------Usage----------
NCBI(proxy="", debug=FALSE, tidy=TRUE)
参数----------Arguments----------
参数:proxy
The proxy as a string like "http://host:port". Can be omitted, if the proxy settings from the R environment are correct.
代理作为一个字符串,如“http://host:port”。可以省略,如果从R环境中的代理服务器设置是否正确。
参数:debug
Whether to debug or not to debug.
无论是调试或者不调试。
参数:tidy
Whether to remove empty elements from the EFetch results or not.</table>
是否要删除空元素从EFetch结果。</ TABLE>
值----------Value----------
An object of the NCBI class.
NCBI的类的一个目的。
(作者)----------Author(s)----------
Martin Schumann
参见----------See Also----------
NCBIClass setProxyUser
NCBIClasssetProxyUser
实例----------Examples----------
# For further examples please see RNCBIManual.pdf in inst/doc.[进一步的示例,请参阅RNCBIManual.pdf在安装/ DOC。]
# This will create an object of the NCBIClass with a proxy set. [这将创建一个对象与一个代理集NCBIClass。]
ncbi <- NCBI("http://some.host.com:1234")
# This will set the user and password for the proxy[这将设置的代理服务器的用户名和密码]
setProxyUser(user="user", password="secretpassword")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|