indexFinder(CellNOptR)
indexFinder()所属R语言包:CellNOptR
Finds the indices, in the Model fields, of the species that are measured/inhibited/stimulated
发现指数,在示范场,种测量/抑制/刺激
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function finds the indices, in the Model fields, of the species that are measured/inhibited/stimulated. It looks for their position in Model$namesSpecies which has the same order as the rows of interMat and notMat, and therefore these indexes can be used there as well.
发现此功能的指标,在示范场,种测量/抑制/刺激。看起来作为INTERMAT和notMat的行的顺序相同,因此,这些指标可用于以及型号美元namesSpecies位置。
用法----------Usage----------
indexFinder(CNOlist, Model,verbose=FALSE)
参数----------Arguments----------
参数:CNOlist
a CNOlist structure, as produced by makeCNOlist
1 CNOlist结构,由makeCNOlist生产
参数:Model
a model structure, as produced by readSif
模型结构,由readSif生产
参数:verbose
do you want information about the cues and signals identities printed on the screen? Default if false but we would advise to set it to true when the function is called for the first time.
你想要的线索和信号标识印在屏幕上的信息?默认情况下,如果假的,但我们会建议设置为true时第一次调用该函数。
值----------Value----------
a list with fields:
与字段列表:
参数:signals
vector of indices of the measured species
矢量测量物种指数
参数:stimulated
vector of indices of the stimulated species
向量的刺激物种指数
参数:inhibited
vector of indices of the inhibited species
矢量指数抑制物种
作者(S)----------Author(s)----------
C. Terfve
参见----------See Also----------
makeCNOlist, ReadSif
makeCNOlist,ReadSif
举例----------Examples----------
data(CNOlistToy,package="CellNOptR")
data(ToyModel,package="CellNOptR")
indicesToy<-indexFinder(CNOlistToy,ToyModel,verbose=TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|