# HG changeset patch # User nicolas # Date 1477045711 14400 # Node ID 502fbb316d2dffeb374d9a5de72ee11bd6b41c3f # Parent f311dc86809f0252e8fe263401c26ab885944df5 Uploaded diff -r f311dc86809f -r 502fbb316d2d randomForest.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/randomForest.xml Fri Oct 21 06:28:31 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 +"${model}" -> out +"${mtry}" -> mtry +"${ntree}" -> ntree + + + + + + + + + + make the classification using the random forest method + + \ No newline at end of file