# HG changeset patch # User nicolas # Date 1477045817 14400 # Node ID 58b58d95b0e0a43c0ecc1c97fc35bc0cb0529aab # Parent f9d2d5058395d632c915f55eb410a669b390280b Uploaded diff -r f9d2d5058395 -r 58b58d95b0e0 svm.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/svm.xml Fri Oct 21 06:30:17 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 +"${model}" -> out +"${kernel}" -> kernel +"${gamma}" -> g +"${cost}" -> c +"${coeficient}" -> coef +"${degree}" -> d + + + + + + + + + + make the classification using the SVM method + + \ No newline at end of file