plotInit {REMixed} | R Documentation |
Plot initialization
Description
Plot initialization
Usage
plotInit(init, alpha = NULL, trueValue = NULL)
Arguments
init |
outputs from |
alpha |
named list of named vector " |
trueValue |
(for simulation purpose) named vector containing the true value of regularization parameter. |
Value
log-likelihood value for all groups of genes tested.
See Also
Examples
## Not run:
project <- getMLXdir()
ObsModel.transfo = list(S=list(AB=log10),
linkS="yAB",
R=rep(list(S=function(x){x}),5),
linkR = paste0("yG",1:5))
alpha=list(alpha0=NULL,
alpha1=setNames(paste0("alpha_1",1:5),paste0("yG",1:5)))
init <- initStrat(project,alpha,ObsModel.transfo,seed=1710)
plotInit(init)
## End(Not run)
[Package REMixed version 0.1.0 Index]