# HG changeset patch # User nicolas # Date 1477658998 14400 # Node ID 634533b4062229b3b044839a26ca4043d0ee6c72 # Parent c2efdf0c23a14df53e26d0b3caf0f585d054facc Uploaded diff -r c2efdf0c23a1 -r 634533b40622 svm.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/svm.xml Fri Oct 28 08:49:58 2016 -0400 @@ -0,0 +1,74 @@ + + predict phenotype using a SVM approach + + svm.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 +"${kernel}" -> kernel +"${gamma}" -> g +"${cost}" -> c +"${coeficient}" -> coef +"${degree}" -> d + + + + + + + + + + make the classification using the SVM method + + \ No newline at end of file