# HG changeset patch # User nicolas # Date 1477060532 14400 # Node ID 6a75b93ba5f2855e3501b86d0a20493e436e00ed # Parent f0d89ff35ad2cf4c32e315c5893bd42ba40eaea3 Uploaded diff -r f0d89ff35ad2 -r 6a75b93ba5f2 prediction.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/prediction.xml Fri Oct 21 10:35:32 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