# HG changeset patch # User nicolas # Date 1477045472 14400 # Node ID c8ba405ffd1371c292324fd2f1e8e75a7c18a6b6 # Parent 61780259e2fb6f8d2d5e81e62599729df2864ecb Uploaded diff -r 61780259e2fb -r c8ba405ffd13 computeR2.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/computeR2.xml Fri Oct 21 06:24:32 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