pBase(PAnnBuilder)
pBase()所属R语言包:PAnnBuilder
Define Class and Object
定义类和对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function define class and create new object.
此功能定义类,并创建新的对象。
用法----------Usage----------
pBase(srcUrl, parser, built="", fromWeb=TRUE, organism)
参数----------Arguments----------
参数:srcUrl
a character string for the url where data file will be retained.
一个数据文件将被保留的URL字符串。
参数:parser
a character string for the path of the parser file.
一个分析器文件的路径字符串。
参数:built
a character string for the release/version information of source data.
为源数据的发布/版本信息的字符串。
参数:fromWeb
a boolean to indicate whether the source data will be downloaded from the web or read from a local file
一个布尔值,指示是否将源数据从网上下载或从本地文件读取
参数:organism
a character string for the name of the organism of concern. (eg: "Homo sapiens")
为关注的有机体的名称的字符串。 (例如:“智人”)
Details
详情----------Details----------
Bioconductor "AnnBuilder" package define a class "pubRepo". Here we define a subclass of "pubRepo" called "pBase". "pBase" is used to process data from SwissProt, TREMBL, IPI, NCBI RefSeq databases.
bioconductor“AnnBuilder”包定义类“pubRepo”。在这里,我们定义“pubRepo”称为“PBASE”的一个子类。 “PBASE”是用来处理SwissProt数据库,TrEMBL这,IPI,NCBI的RefSeq数据库中的数据。
值----------Value----------
pBase return a object of "pBase" class.
pBase返回一个“PBASE”类的对象。
作者(S)----------Author(s)----------
Hong Li
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|