# HG changeset patch # User nicolas # Date 1477045559 14400 # Node ID 53a999633824f6ac9d15d4488b5efd145a04d441 # Parent 62e7a8d66b1f79d74c47ee016def2f2ab2a64d73 Uploaded diff -r 62e7a8d66b1f -r 53a999633824 evaluation.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/evaluation.xml Fri Oct 21 06:25:59 2016 -0400 @@ -0,0 +1,64 @@ + + evaluate results of classifiers prediction + + evaluation.R $config > ${output1} + + + + + + + + + + + + + + + + + + + + + + +## Desc: this file is sourced in encode wrapper script +## as means to pass all galaxy params to R +"${genotype}" -> genotype +"${phenotype}" -> phenotype +"${prediction}" -> prediction +"${r2}" -> doR2 +"${cor}" -> doCor +"${folds}" -> folds +"${evaluationPath}" -> out +"${filePrefix}" -> name + + + + + + + + + + evaluate the predictions of classifiers. For now correlation between true valeus and predictions, and r-squared distance are implemeted + + \ No newline at end of file