Changes between Version 10 and Version 11 of SOPs/enriched_tf_binding_sites
- Timestamp:
- 11/04/20 14:55:43 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/enriched_tf_binding_sites
v10 v11 59 59 * TFBS prediction programs. 60 60 61 Depending on the source of the motif, the program used to scan for potential binding sites may be different. 61 Depending on the source of the motif file, the program used to scan for potential binding sites may be different: 62 * MEME-format files can be found in /nfs/BaRC_datasets/MEME_matrix_databases 63 * TRANSFAC-format files can be found in /nfs/BaRC_datasets/Transfac 62 64 63 65 [http://gene-regulation.com/Match_command_line.txt TRANSFAC's match] - for transcription factor binding sites 64 66 * commercial application requiring a license for the most up-to-date version 65 * Whitehead only: See BaRC_datasets/Transfac for the command-line program and (old) data files 67 * Whitehead only: See BaRC_datasets/Transfac for the command-line program and (old) data files such as the PRF files with matrix subsets of different types. 66 68 {{{ 67 69 # Search using all Transfac profiles … … 74 76 * Public web site (older data): http://www.gene-regulation.com/cgi-bin/pub/programs/match/bin/match.cgi 75 77 76 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. 77 78 **Example of mast commands:** 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). 79 79 80 {{{ 80 mast motif.txt Sequence.fasta81 mast p53_BMC.txt Promoters.fasta 82 }}} 81 mast MEME_motifs.txt Promoters.fasta 82 }}} 83 83 84