Usage
tune.iCluster2(x, K, method=c("lasso","enet","flasso","glasso","gflasso"),base=200, chr=NULL,true.class=NULL,lambda=NULL,n.lambda=NULL,save.nonsparse=F,nrep=10,eps=1e-4)
Arguments
x
A list object containing m data matrices representing m
different genomic data types measured in a set of n samples. For each matrix, the
rows represent samples, and the columns represent genomic features.
lambda
User supplied matrix of lambda to tune.
method
Method used for clustering and variable selection.
n.lambda
Number of lambda to sample using uniform design.
nrep
Fold of cross-validation.
true.class
True class label if available.
save.nonsparse
Logic argument whether to save the nonsparse fit.
eps
EM algorithm convergence criterion