# HG changeset patch # User nicolas # Date 1477658823 14400 # Node ID 4ce7b1bdb320862dfcab1514dbea81ced0d6afa7 # Parent 14b976f46889bff63df28cf9a92d3663adf54689 Uploaded diff -r 14b976f46889 -r 4ce7b1bdb320 lasso.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lasso.xml Fri Oct 28 08:47:03 2016 -0400 @@ -0,0 +1,54 @@ + + predict phenotype using a LASSO approach + + lasso.R $config > ${output1} + + + + + + + + + + + + + + + + + + +## Desc: this file is sourced in encode wrapper script +## as means to pass all galaxy params to R +"${genotype}" -> genotype +"${phenotype}" -> phenotype +"${eval}" -> doEvaluation +"${folds}" -> folds +"${output1}" -> out +"${alpha}" -> alpha + + + + + + + + + + make the classification using the LASSO method + + \ No newline at end of file