# HG changeset patch # User nicolas # Date 1477912849 14400 # Node ID e7115e44d8d831199aac2e39ce2ed6ccdb6c4c94 # Parent 7482def43360e957213f808ded1eb2bead1780ca Uploaded diff -r 7482def43360 -r e7115e44d8d8 aggregation.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/aggregation.xml Mon Oct 31 07:20:49 2016 -0400 @@ -0,0 +1,64 @@ + + 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 +"${method}" -> method +"${kernel}" -> kernel + + + + + + + + + + + + \ No newline at end of file