# HG changeset patch # User nicolas # Date 1477045511 14400 # Node ID 0f87be78e151c1c4c198d5fc18cccc555905a652 # Parent f3f230290ffea7df9ee062c12808a3036ae8734c Uploaded diff -r f3f230290ffe -r 0f87be78e151 encode.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/encode.xml Fri Oct 21 06:25:11 2016 -0400 @@ -0,0 +1,45 @@ + + encode genotypes for further machine learning analysis + + encode.R $config > ${output1} + + + + + + + + + + + + + + + +## Desc: this file is sourced in encode wrapper script +## as means to pass all galaxy params to R +"${genotype}" -> genotype +"${separator}" -> sep +"${code}" -> code +"${encodedPath}" -> out + + + + + + + + + + Takes the genotype and encode them in the desired schem (usually 3 integer like 1/2/3) for minor homozygous/heterozygous/major homozygous. The output is a .csv file that may be use by other tools in the OGHMA workflow. + + \ No newline at end of file