# HG changeset patch # User nicolas # Date 1477045636 14400 # Node ID 2a613e39787440fb4ee00859721f69b1e58170ca # Parent 19502dd0b6d9ce37337b6a73a458d3a8f04ff063 Uploaded diff -r 19502dd0b6d9 -r 2a613e397874 lasso.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lasso.xml Fri Oct 21 06:27:16 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 +"${model}" -> out +"${alpha}" -> alpha + + + + + + + + + + make the classification using the LASSO method + + \ No newline at end of file