Description Usage Arguments Value See Also Examples
Create a Solver class object using the LASSO solver
1 | LassoSolver(mtx.assay = matrix(), quiet = TRUE)
|
mtx.assay |
An assay matrix of gene expression data |
quiet |
A logical denoting whether or not the solver should print output |
A Solver class object with LASSO as the solver
Other Solver class objects: BayesSpikeSolver,
EnsembleSolver,
LassoPVSolver, PearsonSolver,
RandomForestSolver,
RidgeSolver, Solver-class,
SpearmanSolver,
SqrtLassoSolver
1 | solver <- LassoSolver()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.