# HG changeset patch # User nicolas # Date 1477658886 14400 # Node ID 4eea5c2313d2f04d09b48a185f182a0ca3c5c59b # Parent eab9bce19e043d7e26773f7e8ffa994a58494d6b Uploaded diff -r eab9bce19e04 -r 4eea5c2313d2 prediction.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/prediction.xml Fri Oct 28 08:48:06 2016 -0400 @@ -0,0 +1,46 @@ + + use machine learning model to predict phenotype from genotype + + prediction.R $config > ${output1} + + + + + + + + + + + + +## Desc: this file is sourced in encode wrapper script +## as means to pass all galaxy params to R +"${genotype}" -> genotype +"${model}" -> model +"${output1}" -> out + + + + + + + + + + Use model designed by any clasifier tool from the OGHMA suite to predict the phenotype of a dataset provided as input. results are stored in a folder under a .rda file + + \ No newline at end of file