# HG changeset patch # User nicolas # Date 1477523782 14400 # Node ID 55449ced23d5a1fd8a9bcacd89619862ab43cc5a # Parent 3da64b89dc0098a7742692b0f2e301267c2f6cea Uploaded diff -r 3da64b89dc00 -r 55449ced23d5 aggregation.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/aggregation.xml Wed Oct 26 19:16:22 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 +"${output1}" -> out +"${eval}" -> evaluation +"${folds}" -> folds +"${method}" -> method +"${kernel}" -> kernel +"${eval}" -> doEvaluation + + + + + + + + + + + + \ No newline at end of file