# HG changeset patch # User nicolas # Date 1477521740 14400 # Node ID d19a280323b35a9a7e409161ff771dd3fb8275f4 # Parent 9a6bade6e77a9685c993af8c030c9eee7d39091e Uploaded diff -r 9a6bade6e77a -r d19a280323b3 aggregation.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/aggregation.xml Wed Oct 26 18:42:20 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