scanSmc(PGSEA)
scanSmc()所属R语言包:PGSEA
Scan through smc objects
通过SMC扫描对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function scans through smc objects and returns those with specified attributes.
此功能可扫描通过SMC对象,并返回指定的属性。
用法----------Usage----------
scanSmc(smcList, scanSlot = "private", scanFor = "no")
参数----------Arguments----------
参数:smcList
list of "smc" objects
“SMC”对象名单
参数:scanSlot
character - which smc slot to investigate
字符 - SMC插槽调查
参数:scanFor
character - what character string to look for
字符 - 字符串查找
值----------Value----------
a list of "smc" objects with the desired attribute
“SMC”对象与所需的属性列表
作者(S)----------Author(s)----------
Karl Dykema <karl.dykema@vai.org>
举例----------Examples----------
datadir <- system.file("extdata", package = "PGSEA")
sample <- readGmt(file.path(datadir, "sample.gmt"))
sample[1:2] <- editSmc(sample[1:2],"creator","Joe Smith")
scanned <- scanSmc(sample,"creator","Joe Smith")
str(scanned)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|