aafSearchText(annaffy)
aafSearchText()所属R语言包:annaffy
Search metadata annotation text
搜索元数据注解文字
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Searches Bioconductor metadata annotation package text for specific strings or Perl compatible regular expressions.
搜索Bioconductor特定字符串或Perl兼容的正则表达式的元数据注释文本包。
用法----------Usage----------
aafSearchText(chip, colnames, text, logic = "OR")
参数----------Arguments----------
参数:chip
name of the chip data package
芯片的数据包名称
参数:colnames
character vector of metadata column names to search
元数据的列名的字符向量搜索
参数:text
character vector of strings/regular expressons to match
相匹配的字符串/定期expressons的特征向量
参数:logic
type of logic to use, "AND" or "OR"
类型使用的逻辑“和”或“OR”
值----------Value----------
A character vector of probe ids matching the search criteria.
搜索条件匹配的探针IDS的一个特征向量。
作者(S)----------Author(s)----------
Colin A. Smith, <a href="mailto:annaffy@colinsmith.org">annaffy@colinsmith.org</a>
参见----------See Also----------
aafSearchGO
aafSearchGO
举例----------Examples----------
if (require(hgu95av2.db)) {
aafSearchText("hgu95av2.db", "Description", c("kinase", "interferon"))
# aafSearchText("hgu95av2.db", c("Gene Ontology", "Pathway"), "ribosome")[aafSearchText(“hgu95av2.db”,C“基因本体论”,“通路”,“核糖体”)]
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|