Usage
tune.iClusterPlus(cpus=8,dt1,dt2=NULL,dt3=NULL,dt4=NULL, type=c("gaussian","binomial","poisson","multinomial"), K=2,alpha=c(1,1,1,1),n.lambda=NULL,scale.lambda=c(1,1,1,1), n.burnin=200,n.draw=200,maxiter=20,sdev=0.05,eps=1.0e-4)
Arguments
cpus
Number of CPU used for parallel computation.
dt1
A data matrix. The rows represent samples, and the columns
represent genomic features.
dt2
A data matrix. The rows represent samples, and the
columns represent genomic features.
dt3
A data matrix. The rows represent samples, and the
columns represent genomic features.
dt4
A data matrix. The rows represent samples, and the
columns represent genomic features.
type
data type, which can be "gaussian","binomial","poisson", and"multinomial".
K
The number of eigen features. Given K, the number of cluster is K+1.
alpha
Vector of elasticnet penalty terms. At this version of iClusterPlus, elasticnet is not used. Therefore, all the elements of alpha are set to 1.
n.lambda
Number of lambda are tuned.
scale.lambda
A value between (0,1); the actual lambda values
will be scale.lambda multiplying the lambda values of the uniform design.
n.burnin
Number of MCMC burnin.
n.draw
Number of MCMC draw.
maxiter
Maximum iteration for the EM algorithm.
sdev
standard deviation of random walk proposal.
eps
EM algorithm convergence criterion.