Description Usage Arguments Value
This function applies L1 regularised Lasso regression on the dataset. The regularisation parameter is selected by cross validation. It uses function from package "lars".
1 | ApplyLasso(data, pred_pos = NULL)
|
data |
a data.frame or a matrix with n rows (=time points) and p columns (=genes) containing the gene expression time series. |
pred_pos |
indices of the potential predictor variables in the dataset. If the value is NULL, all variables are considered as potential predictors. |
a matrix of Lasso regression coefficients.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.