Changes between Version 12 and Version 13 of SOPs/enriched_tf_binding_sites


Ignore:
Timestamp:
11/05/20 08:59:26 (4 years ago)
Author:
gbell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/enriched_tf_binding_sites

    v12 v13  
    7676  * Public web site (older data): http://www.gene-regulation.com/cgi-bin/pub/programs/match/bin/match.cgi
    7777
    78 For position weight matrices (PWM) or regular expressions we can use programs like [[http://meme-suite.org/tools/mast|MAST]] or [[http://meme-suite.org/doc/fimo.html|FIMO]]. Most prediction programs have a setting to scan for TFBS for a given motif.  Example of a MAST command (where "MEME_motifs.txt" is a MEME-format file of TFBS motifs).
     78For position weight matrices (PWM) or regular expressions we can use programs like [[http://meme-suite.org/tools/mast|MAST]] or [[http://meme-suite.org/doc/fimo.html|FIMO]].
     79Most prediction programs have a setting to scan for TFBS for a given motif.  Be aware that these programs generally predict a large number of potential binding sites, many more than are likely to be functional, especially in one desired cell type.
     80
     81MAST can be run using its web  [[http://meme-suite.org/tools/mast|interface]] or from the [[http://meme-suite.org/doc/mast.html|command line]] using one or more motifs in MEME format on a set of sequences like this:
    7982 
    8083{{{
    81 mast MEME_motifs.txt Promoters.fasta
     84/usr/local/meme/bin/mast myMotifs.meme mySequences.fa
    8285}}}
    8386
    84 FIMO can be run using its web  [[http://meme-suite.org/doc/fimo.html|interface]] or from the [[http://meme-suite.org/doc/fimo.html?man_type=web|command line]] using a single motif in MEME format on a set of sequences like this:
     87When running from the command line, MAST will create a directory called mast_out where it places its output.
     88
     89FIMO can be run using its web  [[http://meme-suite.org/doc/fimo.html|interface]] or from the [[http://meme-suite.org/doc/fimo.html?man_type=web|command line]] using one or more motifs in MEME format on a set of sequences like this:
    8590
    8691{{{
    87 fimo myMotif.meme mySequences.fa
     92/usr/local/meme/bin/fimo myMotifs.meme mySequences.fa
    8893}}}
    8994