# HG changeset patch # User nicolas # Date 1477658761 14400 # Node ID f89df98bb81f0d77d8ed85f94e698c36f2377a8f # Parent dcbee2f7b6009629c0393db2864a900629eaea7a Uploaded diff -r dcbee2f7b600 -r f89df98bb81f evaluation.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/evaluation.xml Fri Oct 28 08:46:01 2016 -0400 @@ -0,0 +1,55 @@ + + 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 + + + + + + + + + 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