# HG changeset patch # User nicolas # Date 1477520734 14400 # Node ID ecff96cf595872f9d3e05e8599f7c893c08a492d # Parent 613c81a4f7c0fa74dbcd720767a12aff2960adb1 Uploaded diff -r 613c81a4f7c0 -r ecff96cf5958 aggregation.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/aggregation.xml Wed Oct 26 18:25:34 2016 -0400 @@ -0,0 +1,78 @@ + + predict phenotype by combining multiple classifiers + + aggregation.R $config > ${output1} + + + + + + + + + + + + + + + + + + + + + + + + + + +## Desc: this file is sourced in encode wrapper script +## as means to pass all galaxy params to R +"${lassoPred}" -> lassoPred +"${rfPred}" -> rfPred +"${rrBLUPPred}" -> rrBLUPPred +"${svmPred}" -> svmPred +"${phenotype}" -> phenotype +"${model}" -> model +"${out}" -> out +"${eval}" -> evaluation +"${folds}" -> folds +"${method}" -> method +"${kernel}" -> kernel +"${eval}" -> doEvaluation + + + + + + + + + + + + \ No newline at end of file