# HG changeset patch # User jbrayet # Date 1442913276 14400 # Node ID e851d9021494414cbd8453f10afc463493180910 # Parent a0a25763b618ff46015547874cf8a56f591833f3 Uploaded diff -r a0a25763b618 -r e851d9021494 peakMotifs_wrapper.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/peakMotifs_wrapper.xml Tue Sep 22 05:14:36 2015 -0400 @@ -0,0 +1,239 @@ + + + Create Logo images from peaks + + peakMotifs_wrapper.py -test $fastaFile -outGalaxy $htmlFile + #if $control_conditional.controle_file == "yes": + -control $control_conditional.controlFastaFile + #end if + -server $serverChoice.server + -motif_db $serverChoice.database + #if $advanced_parameters.adv_param == "show": + #if $advanced_parameters.restrict.restrictPeaks == "yes": + -top_peaks $advanced_parameters.restrict.top_peaks + -max_seq_length $advanced_parameters.restrict.max_seq_length + #end if + #if $advanced_parameters.motif.motifDiscovery == "yes": + #if $advanced_parameters.motif.algorithms.value: + -disco $advanced_parameters.motif.algorithms + #end if + -max_motif_number $advanced_parameters.motif.max_motif_number + #if $advanced_parameters.motif.oligo_lengths.oligomer_lengths == "yes": + -min_length $advanced_parameters.motif.oligo_lengths.min_length + -max_length $advanced_parameters.motif.oligo_lengths.max_length + #end if + #end if + #if $advanced_parameters.bedFile.resultBedFile == "yes": + -source galaxy + -outGalaxy2 $bedFile + #end if + #end if + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ((advanced_parameters['adv_param'] == 'show') and (advanced_parameters['bedFile']['resultBedFile'] == 'yes')) + + + + +**What it does** + +.. class:: infomark + +This tool is a pipeline for discovering motifs in massive ChIP-seq peak sequences. + +------ + +*Example with FASTA file (1000 sequences)*:: + + >mm9_chr3_121848111_121848740_+ + tggggtgggttccaggacagccaggactgtcacacaaagaaaccttgtctcaaaaaaaca + aaaCAAAAAACAAAACAAAACCAAGCAAGCAAGCAAACATGGGCTTAAATctggatacag + tggcctttatttctagttccagtgactgggagactgaaacaagagagtcacttgagtaca + ggagtgcaaggctagcttgagcaatatagtaagactatctcaaaaTGTGAATTtagatca + acagaattgacatcaagaaaaatactgatatcactcaaagcaatctacagattcaacaca + atctccatcaacatgacaatgacttccatcaGCATGACAATGACTCCATCAACATGCCAA + TGGGCCCCATCAACATAACAATGACCCCTATCATCATGACAATGATCCCCATCAACATGA + CAATGACCTCCATCAACATGACAATTACTCCTGTCAACATGCCAATtgttggggttcaga + agtcaccctgcaaaccacaagaacactaatctcagtcaagcagggatggtttactgaacg + tatatccaaagactgagtgaccaagggaacagctcagactctagagctgaaagctagctg + tgcgctggacatttctcggggccaactta + >mm9_chr14_86795691_86796311_+ + CTCAAGGAGGATCCAGAAGTTGGCAGTTTCTGAGGCGAGTCCCATATTCCTCCCCTAAGG + GGTCAGGATTTTTCAGGTCTGGGCTCTTCTTGTTCTTTTGACAGCGACATTAATAATTGT + ACCAGCTCTCCCCTGGCAGGGCCGCACCACAGAGTAAAGCCTGGAGTAGGAGCTGTGCCC + AGCGCAATAATACCAGTTAAATAAGTACGTTCATTACCTCCCAACAGTCAAGGAGTTTAA + AATCCGTCAATTCACCCCACATGAGGGAGATTATGTGATTTACATGTTAAAGTGCCCCTG + TGGTTTGATTTGCATAGCAAAGACTTTGGGGGCACAGAAACAAAGCATCCGCATGCATGA + CAAGAGGACTATTAGCATAGAGAGAGCAGGTTTTCCGACAGCCCAGCCTGGCAAACAATG + CTGCACCTTCGCTGCTCGCTGGAGTTTATAGGATTTGACAGTTTCTCATCTGAGGGAGGA + GAAGGTTAGGGAGTTGGGGTGGAATGAGGTTCGCTAGATTGGCTGTCTGCCTTAAGCACA + ATAATTTGTCTTTCTCTGAAGACCTCCCCTCCTCTTATCACCTTTATCGTTTCTTTCTGA + TGTTCATTCAAAGACGTCTT + +------ + +*Partial results :* + +.. image:: ${static_path}/images/result_peak_motifs_1.png + :height: 350 + :width: 600 + +.. image:: ${static_path}/images/result_peak_motifs_2.png + :height: 250 + :width: 600 + + + + @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} + } + +