What is my Seq/Structure related to?
Match S against members of a set of patterns
- ? , X
- evaluate meaning for successful matches
-
Match S against members of a set of patterns
- obtain a distance for each comparison
- sort / evaluate the matches
-
Compare S against members of a set of examples
- obtain a distance for each comparison (distance between strings can be defined either as a number of mismatches, or as an edit-distance, or based on similarity matrices or some other way)
- sort / evaluate the comparisons