# HG changeset patch # User nicolas # Date 1477658930 14400 # Node ID 2212133e6a36463caeae72979da791cf17825e2e # Parent 94aa63659613852a7ace07c204a3fcd8e8824e07 Uploaded diff -r 94aa63659613 -r 2212133e6a36 randomForest.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/randomForest.xml Fri Oct 28 08:48:50 2016 -0400 @@ -0,0 +1,59 @@ + + predict phenotype using a random forest approach + + randomForest.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 +"${eval}" -> doEvaluation +"${folds}" -> folds +"${output1}" -> out +"${mtry}" -> mtry +"${ntree}" -> ntree + + + + + + + + + + make the classification using the random forest method + + \ No newline at end of file