Changes between Version 7 and Version 8 of SOP/PatternsMotifs
- Timestamp:
- 07/28/16 10:38:20 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOP/PatternsMotifs
v7 v8 55 55 * commercial application requiring a license for the most up-to-date version 56 56 * Whitehead only: See BaRC_datasets/Transfac for command-line program 57 * Publication: [http://www.ncbi.nlm.nih.gov/pubmed/12824369 Kel et al., 2003 57 {{{ 58 # Search using all Transfac profiles 59 match matrix.dat MyPromoters.fa MyPromoters.match_out.txt minSUM_good.prf 60 # Search using a subset of profiles 61 match matrix.dat MyPromoters.fa MyPromoters.vert.match_out.txt vertebrate_non_redundant_minSUM.prf 62 }}} 63 * Publication: [http://www.ncbi.nlm.nih.gov/pubmed/12824369 Kel et al., 2003] 58 64 * Public web site (older data): http://www.gene-regulation.com/cgi-bin/pub/programs/match/bin/match.cgi 59 65 60 66 [http://hmmer.org/ HMMER] - for proteins or nucleic acids 61 67 * Use a set of HMMs (like Pfam or another public protein domain resource) to search a fasta file of proteins 68 {{{ 69 hmmsearch Pfam-A.hmm MyProteins.fa > MyProteins.Pfam-A.hmm.out.txt 70 }}} 71 72 [http://www.bioconductor.org/ Bioconductor] packages 73 * [http://bioconductor.org/packages/release/bioc/html/TFBSTools.html TFBSTools]