|
NAMEbp_revtrans-motif - Reverse translate a Profam-like protein motifVERSIONVersion 0.01SYNOPSISFrom a file:bp_revtrans-motif.pl -i motifs.txt Using pipes: bp_revtrans-motif.pl < motifs.txt > output.txt Using interactively at the command prompt: $ bp_revtrans-motif.pl MAAEEL[VIKP] 1. ATGGCNGCNGARGARYTNVHN [^P]H(IW){2,3} 2. NDNCAY(ATHTGG){2,3} DESCRIPTIONThis script takes a protein motif as input and returns a degenerate oligonucleotide sequence corresponding to it. The main reason for doing this is to design degenerate primers that amplify a given sequence pattern.The input motif consists of a string of one-letter residues, with any of the following syntactic elements:
The allowed letters are those that correspond to the 20 natural aminoacids, plus: B = N + D Z = Q + E X = All OPTIONS-i input-file:A file with a list of motifs to reverse translate.-hDisplay this help message.AUTHORBruno Vecchi, "vecchi.b at gmail.com"BUGSPlease report any bugs or feature requests to "vecchi.b at gmail.com"COPYRIGHT & LICENSECopyright 2009 Bruno Vecchi, all rights reserved.This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |