ncbiProject(genomes)
ncbiProject()所属R语言包:genomes
NCBI BioProject database
NCBI的BioProject数据库
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Search the Entrez BioProject (Genome Project) at NCBI and retrieve a project summary table
搜索在NCBI的Entrez BioProject(基因工程)和检索项目汇总表
用法----------Usage----------
ncbiProject(term, refseq = TRUE)
参数----------Arguments----------
参数:term
any valid combination of Entrez search terms
Entrez的搜索字词的任何有效组合
参数:refseq
include RefSeq and Overview projects, if false then only primary submissions excluding RefSeq.
包括RefSeq和概述项目,如果不含false,则只有小学提交的RefSeq。
Details
详情----------Details----------
Searches the new BioProject database using the ESearch utility
搜索新BioProject的数据库使用的ESearch的实用
值----------Value----------
A genomes data frame with 32 summary fields columns
一个基因组数据框32汇总字段列
作者(S)----------Author(s)----------
Chris Stubben
参考文献----------References----------
http://eutils.ncbi.nlm.nih.gov/.
参见----------See Also----------
ncbiGenome
ncbiGenome
举例----------Examples----------
#ncbiProject("Pan[ORGN]")[ncbiProject(“泛ORGN]”)]
x <- ncbiProject("Yersinia[ORGN]", refseq=FALSE)
x
t(x[2,]) #second row[第二行]
summary(x)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|