Changes between Version 5 and Version 6 of SOP/PatternsMotifs


Ignore:
Timestamp:
07/28/16 09:30:19 (8 years ago)
Author:
gbell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOP/PatternsMotifs

    v5 v6  
    11= Searching for patterns, motifs, or profiles in a DNA or protein sequence =
    22
    3 This is a traditional bioinformatics task, any many tools do this in a variety of ways.  One main determinant of tool is your representation of what you're looking for.
     3This 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.
    44
    5 == Search for a pattern (text, with optional choices at some positions) ==
     5== Search with a pattern (text, with optional choices at some positions) ==
    66
    77[http://emboss.sourceforge.net/apps/cvs/emboss/apps/dreg.html dreg] (EMBOSS suite) - for nucleic acids (where "pattern" is a regular expression)
     
    2727
    2828
    29 == Search for a profile (a probability matrix, with choices at all positions) ==
     29== Search with a custom profile (a probability matrix, with choices at all positions) ==
    3030
    3131These 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.
     
    4444hmmsearch MyProfile.hmm Protein_set.fa > Protein_set.MyProfile.hmmsearch_out.txt
    4545}}}
     46
     47== Search with a dataset of profiles ==