# HG changeset patch # User nicolas # Date 1477904010 14400 # Node ID d1e92ce799c1ccaef33cb415d9a6db6895215a99 # Parent b0b172279433e1326d37beade0a4a4699121ebc1 Uploaded diff -r b0b172279433 -r d1e92ce799c1 evaluate_aggregation.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/evaluate_aggregation.xml Mon Oct 31 04:53:30 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