Usage
lasso.simultaneous(y, x=NULL, model='linear', nSubsampling=200, alpha=.5, lambda1=NULL, track=FALSE, ...)
Arguments
y
A vector of gene expression of a probe, or a list object if x is NULL. In the latter case y should a list of two components y and x, y is a vector of expression and x is a matrix containing copy number variables
x
Either a matrix containing CN variables or NULL
model
which model to use, one of "cox", "logistic", "linear",
or "poisson". Default to 'linear'
nSubsampling
The number of random permutations, both on sample spliting and on variable scaling, default to 200.
alpha
weakness parameter: control the shrinkage of regulators. The lower alpha is, the bigger the vanishing effect on small coefficients.
lambda1
minimum lambda, default to NULL
track
logical value, whether to track the progress
...
Other parameters to be passed to the penalized function