# HG changeset patch # User nicolas # Date 1477910644 14400 # Node ID 09827a9f75a6a7063770bfb6447caac3672ca233 # Parent 4af0489af8213de88c0f5e1c9c4388f79db272e7 Uploaded diff -r 4af0489af821 -r 09827a9f75a6 aggregation.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/aggregation.xml Mon Oct 31 06:44:04 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