# HG changeset patch # User jbrayet # Date 1442923235 14400 # Node ID 2db939186e37ad51693d2a4bbc9e798571229ce5 # Parent 767c4be9f8d948a4ceddfe9623247fbc9d52c792 Uploaded diff -r 767c4be9f8d9 -r 2db939186e37 oligoAnalysis_wrapper.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/oligoAnalysis_wrapper.xml Tue Sep 22 08:00:35 2015 -0400 @@ -0,0 +1,156 @@ + + + + Analysis of oligomer occurrences in nucleotidic of peptidic sequences + + python + + + oligoAnalysis_wrapper.py -sequence_file $sequenceFile -outGalaxy $txtFile -length $length -stats $stats + #if $serverChoice.server == 'fr_ens': + -organism $serverChoice.organism + -server fr_ens + #end if + #if $serverChoice.server == 'fr_mrs': + -organism $serverChoice.organism + -server fr_mrs + #end if + #if $serverChoice.server == 'fr_mrs_2': + -organism $serverChoice.organism + -server fr_mrs_2 + #end if + #if $serverChoice.server == 'fr_ro': + -organism $serverChoice.organism + -server fr_ro + #end if + #if $serverChoice.server == 'mx': + -organism $serverChoice.organism + -server mx + #end if + #if $serverChoice.server == 'es': + -organism $serverChoice.organism + -server es + #end if + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +.. class:: infomark + +Analysis of the statistical significance of all the oligomers of a given size in a sequence. Commonly used to detect over-represented oligonucleotides in a set of promoter sequences. + + + + @article{Medina-Rivera22042015, + author = {Medina-Rivera, Alejandra and Defrance, Matthieu and Sand, Olivier and Herrmann, Carl and Castro-Mondragon, Jaime A. and Delerce, Jeremy and Jaeger, Sébastien and Blanchet, Christophe and Vincens, Pierre and Caron, Christophe and Staines, Daniel M. and Contreras-Moreira, Bruno and Artufel, Marie and Charbonnier-Khamvongsa, Lucie and Hernandez, Céline and Thieffry, Denis and Thomas-Chollier, Morgane and van Helden, Jacques}, + title = {RSAT 2015: Regulatory Sequence Analysis Tools}, + year = {2015}, + doi = {10.1093/nar/gkv362}, + URL = {http://nar.oxfordjournals.org/content/early/2015/04/21/nar.gkv362.abstract}, + eprint = {http://nar.oxfordjournals.org/content/early/2015/04/21/nar.gkv362.full.pdf+html}, + journal = {Nucleic Acids Research} + } + +