# HG changeset patch # User jbrayet # Date 1442923254 14400 # Node ID afb729007a812cfe69b3eaf66334855ce75b16ca # Parent fb38cedce83e55592dc90f7f7aea29774264f4a3 Uploaded diff -r fb38cedce83e -r afb729007a81 dyadAnalysis_wrapper.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dyadAnalysis_wrapper.xml Tue Sep 22 08:00:54 2015 -0400 @@ -0,0 +1,183 @@ + + + + Analysis of oligomer occurrences in nucleotidic of peptidic sequences + + python + + + dyadAnalysis_wrapper.py -sequence_file $sequenceFile -outGalaxy $txtFile -length $length -stats $stats -spacing $spacing -type $type + #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 spaced dyads of a given size in a sequence. Commonly used to detect over-represented spaced dyads 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} + } + +