Changes between Version 5 and Version 6 of SOP/PatternsMotifs
- Timestamp:
- 07/28/16 09:30:19 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOP/PatternsMotifs
v5 v6 1 1 = Searching for patterns, motifs, or profiles in a DNA or protein sequence = 2 2 3 This is a traditional bioinformatics task, an ymany tools do this in a variety of ways. One main determinant of tool is your representation of what you're looking for.3 This is a traditional bioinformatics task, and many tools do this in a variety of ways. One main determinant of tool is your representation of what you're looking for. 4 4 5 == Search fora pattern (text, with optional choices at some positions) ==5 == Search with a pattern (text, with optional choices at some positions) == 6 6 7 7 [http://emboss.sourceforge.net/apps/cvs/emboss/apps/dreg.html dreg] (EMBOSS suite) - for nucleic acids (where "pattern" is a regular expression) … … 27 27 28 28 29 == Search for aprofile (a probability matrix, with choices at all positions) ==29 == Search with a custom profile (a probability matrix, with choices at all positions) == 30 30 31 31 These searches are generally a two-step process, one step to create the motif and one step to search with it. There are several choices of detailed options, so check out the documentation. … … 44 44 hmmsearch MyProfile.hmm Protein_set.fa > Protein_set.MyProfile.hmmsearch_out.txt 45 45 }}} 46 47 == Search with a dataset of profiles ==