# HG changeset patch # User nicolas # Date 1477907759 14400 # Node ID 642ffa1b14675f7f4dd7e26d4e046ab1357729e4 # Parent 5c895aa6d820eaa27ea6e6e0ad665ebc746fd5b6 Uploaded diff -r 5c895aa6d820 -r 642ffa1b1467 evaluate_aggregation.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/evaluate_aggregation.xml Mon Oct 31 05:55:59 2016 -0400 @@ -0,0 +1,70 @@ + + tool to evaluate aggregation accuracy + + evaluate_aggregation.R $config > ${output1} + + + + + + + + + + + + + + + + + + + + + + + + +## Desc: this file is sourced in encode wrapper script +## as means to pass all galaxy params to R +"${genotype}" -> genotype +"${lasso}" -> lassoModel +"${rf}" -> rfModel +"${rrBLUP}" -> rrBLUPModel +"${svm}" -> svmModel +"${phenotype}" -> phenotype +"${output1}" -> out +"${folds}" -> folds +"${method}" -> method +"${kernel}" -> kernel + + + + + + + + + + + + \ No newline at end of file