Description Usage Arguments Details Value Author(s) Examples
'lasso' infers a adjacency matrix using LASSO using the 'stabsel.matrix' function from the 'stabs' package. 'lasso' extracts the predictors from the function 'stabsel.matrix' and writes the coefficients to an adjacency matrix.
1 |
x |
matrix, where columns are the samples and the rows are features (metabolites), cell entries are intensity values |
parallel |
logical, should computation be parallelized? If 'parallel = TRUE' the 'bplapply' will be applied if 'parallel = FALSE' the 'lapply' function will be applied. |
... |
parameters passed to 'stabsel.matrix' |
For use of the parameters used in the 'stabsel.matrix' function, refer to '?stabs::stabsel.matrix'.
matrix, matrix with edges inferred from LASSO algorithm 'stabsel.matrix'
Thomas Naake, thomasnaake@googlemail.com
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.