# HG changeset patch # User xuebing # Date 1333244497 14400 # Node ID 55fee32727a92b02ef617f5bf646d471ee8f9d61 Uploaded diff -r 000000000000 -r 55fee32727a9 iupac_to_meme.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/iupac_to_meme.xml Sat Mar 31 21:41:37 2012 -0400 @@ -0,0 +1,59 @@ + + from one sequence + iupac2meme + #if $background_select.bg_select == "fromfile": + -bg $bgfile + #end if + -numseqs $numseqs $logodds $motif > $output + + + + + + + + + + + + + + + + + + + + +**Description** + +Convert an IUPAC motif into a MEME version 4 formatted file suitable for use with FIMO and other MEME Suite programs. + +See additional information: + +http://meme.sdsc.edu/meme/doc/iupac2meme.html + +**IUPAC code**:: + + Nucleotide Code: Base: + ---------------- ----- + A.................Adenine + C.................Cytosine + G.................Guanine + T (or U)..........Thymine (or Uracil) + R.................A or G + Y.................C or T + S.................G or C + W.................A or T + K.................G or T + M.................A or C + B.................C or G or T + D.................A or G or T + H.................A or C or T + V.................A or C or G + N.................any base + + + + +