gpsimCreate(tigre)
gpsimCreate()所属R语言包:tigre
Create a GPSIM/GPDISIM model.
创建一个与gpsim / GPDISIM模型。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
creates a model for single input motifs with Gaussian processes.
创建一个单输入图案与高斯过程模型。
用法----------Usage----------
gpsimCreate(Ngenes, Ntf, times, y,
yvar, options, genes=NULL, annotation=NULL)
gpdisimCreate(Ngenes, Ntf, times, y,
yvar, options, genes=NULL, annotation=NULL)
参数----------Arguments----------
参数:Ngenes
number of genes to be modelled in the system.
在系统建模的基因数目。
参数:Ntf
number of proteins to be modelled in the system.
在系统建模的蛋白质数量。
参数:times
the time points where the data is to be modelled.
时间点的数据是为蓝本。
参数:y
the values of each gene at the different time points.
每个基因在不同时间点的值。
参数:yvar
the variances of each gene at the different time points.
每个基因在不同时间点的差异。
参数:options
options structure (optional).
股权结构(可选)。
参数:genes
names of the probes the model is for
探针的名称模型
参数:annotation
(optional) annotation for the probe names
注释探针名称(可选)
Details
详情----------Details----------
These functions are meant to be used through GPLearn.
这些功能意味着可以通过GPLearn。
值----------Value----------
参数:model
model structure containing default parameterisation.
模型的结构,包含默认参数设置。
参见----------See Also----------
modelExtractParam, modelOptimise, GPLearn.
modelExtractParam, modelOptimise, GPLearn。
举例----------Examples----------
## missing, see GPLearn[#失踪,看到GPLearn]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|