# HG changeset patch # User nicolas # Date 1477658698 14400 # Node ID 366a9dbec19206e9f9e50670a9a53735cd3f6b04 # Parent 37d3d073b51d4d0cb82e8b205d94555425941490 Uploaded diff -r 37d3d073b51d -r 366a9dbec192 computeR2.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/computeR2.xml Fri Oct 28 08:44:58 2016 -0400 @@ -0,0 +1,36 @@ + + compute R-squared value of a prediction vs true phenotype + + computeR2.R $config + + + + + + + + + + + +## Desc: this file is sourced in encode wrapper script +## as means to pass all galaxy params to R +"${predictedPhenotype}" -> predicted +"${phenotype}" -> phenotype +"${r2}" -> out + + + + + + + + + + compute R2 of prediction vs true phenotype + + \ No newline at end of file