is.annpkg(annaffy)
is.annpkg()所属R语言包:annaffy
Determine if packages contain annotation
确定包包含注释
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Checks to see that the given packages contain all the necessary annotation environments to be usable by annaffy.
检查看到,给定的包包含所有必要的注释环境是由annaffy使用的。
用法----------Usage----------
is.annpkg(packages, lib.loc = NULL)
参数----------Arguments----------
参数:packages
character vector containing package names to check
特征向量包含包名来检查
参数:lib.loc
a character vector with path names of R libraries, or NULL. The default value of NULL corresponds to all libraries currently known. If the default is used, the loaded packages are searched before the libraries.
与特征向量的R库的路径名,或NULL。默认值的NULL对应于目前已知的所有库。如果使用默认值,装包库前搜索。
值----------Value----------
A logical vector indicating whether the packages contain annotation data.
逻辑向量表示的包是否包含注释数据。
作者(S)----------Author(s)----------
Colin A. Smith, <a href="mailto:annaffy@colinsmith.org">annaffy@colinsmith.org</a>
举例----------Examples----------
pkgnames <- installed.packages()[,"Package"]
pkgnames <- pkgnames[1:5]
pkgnames[is.annpkg(pkgnames)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|