Changes between Version 11 and Version 12 of SOPs/enriched_tf_binding_sites


Ignore:
Timestamp:
11/04/20 17:10:34 (4 years ago)
Author:
twhitfie
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/enriched_tf_binding_sites

    v11 v12  
    88
    99==== MEME ====
    10 Based on expectation maximization (deterministic optimization).  Spurious motifs can be reduced by filtering the input sequences, for example based on fold enrichment and/or reducing the sequence length (eg. ~200bp regions within the summit) from MACS for TFs in ChIP-Seq data.
     10The [[http://meme-suite.org/tools/meme|MEME]] function of the [[http://meme-suite.org/index.html|MEME Suite]] uses expectation maximization (deterministic optimization) to perform de novo motif discovery from sequence input.  Spurious motifs can be reduced by filtering the input sequences, for example based on fold enrichment and/or reducing the sequence length (eg. ~200bp regions within the summit) from MACS for TFs in ChIP-Seq data.
    1111
    1212Sample commands:
     
    3030}}}
    3131
    32 Tomtom can then be run to compare MEME motifs to database(s) of known motifs.  It's part of the MEME suite.
     32 [[http://meme-suite.org/tools/tomtom|Tomtom]] can then be run to compare MEME motifs to database(s) of known motifs.  It is part of the MEME suite.
    3333
    3434{{{
     
    5252
    5353
    54 === De novo search for all DNA motifs that could represent Transcription Factor Binding Sites (TFBS)  ===
     54=== Search for all DNA motifs that could represent Transcription Factor Binding Sites (TFBS)  ===
    5555
    5656Source of the Motifs:
    57        * Databases such as TRANSFAC or JASPAR
     57       * Databases such as TRANSFAC or [[http://jaspar.genereg.net|JASPAR]]
    5858       * Protein binding arrays (PBM).
    5959       * TFBS prediction programs.
     
    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 MAST. 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]]. 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).
    7979 
    8080{{{
     
    8282}}}
    8383
    84  
     84FIMO 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:
     85
     86{{{
     87fimo myMotif.meme mySequences.fa
     88}}}
     89
     90When running from the command line, FIMO will create a directory called fimo_out where it places its output.