Changes between Version 15 and Version 16 of SOP/PatternsMotifs
- Timestamp:
- 08/25/17 10:15:22 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOP/PatternsMotifs
v15 v16 51 51 52 52 [http://meme-suite.org/doc/meme-format.html/ MEME Suite] For protein binding motifs 53 * Build a PWM from a series of aligned sequences using the "meme"command53 * Build a PWM from a series of aligned sequences using the [http://meme-suite.org/tools/mem/ meme] command 54 54 {{{ 55 meme aligned_sequences.txt -protein -nmotifs 1 -w [width of motif] -o location_for_output_matrix55 meme aligned_sequences.txt -protein -nmotifs 1 -w [width of motif] -o output_direftory 56 56 }}} 57 57 … … 61 61 -w: defines a width of a motif to find [optional].// 62 62 63 Using the MASTprogram within the MEME-suite, with the PWM output by the above command you can search a list of protein sequences, in FASTA format, for your motif.63 * Using the [http://meme-suite.org/doc/mast.html/ MAST] program within the MEME-suite, with the PWM output by the above command you can search a list of protein sequences, in FASTA format, for your motif. 64 64 {{{ 65 65 mast -minseqs 100 -m 1 -comp -ev 10 -o output_directory