Class
StringSet
A container class for a set of strings.
StringSet | |||||||||||||||||||||||
![]() | ![]() | ||||||||||||||||||||||
| |||||||||||||||||||||||
Parameters
The string type. Types: String | |
The specializing type for the StringSet. Metafunctions: Spec Default: |
Specializations
| A string set storing references of the strings. | |
| A string set storing the strings as members. |
Metafunctions
| The default alphabet type of a suffix array, i.e. the type to store a position of a string or string set. |
Functions
| Appends a value to a container. | |
| Adds a new string to the StringSet and returns an id. | |
| The begin of a container. | |
| Resets an object. | |
| Concatenates the background frequency with the profile for the motif component. | |
| Converts a pattern into a profile which consists of a set of frequency distributions. | |
| Converts a set of sequence patterns into a profile. | |
| Builds an index on a StringSet storing how often a q-gram occurs in each sequence. | |
| Determines the consensus pattern of a given profile. | |
| Displays a given set of strings. | |
| Represents the EM algorithm as used by MEME. | |
| The end of a container. | |
| Computes the expectation for a set of patterns w.r.t. a set of text strings and a MarkovModel | |
| Represents the main function which is used to start the search for noticeable motif patterns. | |
| Generates random state and alphabet sequences of a given HMM. | |
| Retrieves a string from the StringSet given an id. | |
| Computes the best global alignment of the two sequences. | |
| Retrieves the position of a string in the StringSet given an id. | |
| Iterator to item at given position. | |
| The number of items/characters. | |
| Computes the best local alignment of two sequences. | |
| Refines (i.e. cuts into smaller parts) a set of pairwise segment matches in such a way that none of the segments partly overlap. They are either identical (fully overlapping) or non-overlapping. Refines (i.e. cuts into smaller parts) a set of pairwise segment matches in such a way that none of the segments partly overlap. They are either identical (fully overlapping) or non-overlapping. | |
| Computes multiple local alignments of two sequences. | |
| Determines the normalized frequencies. | |
| Retrieves the id of a string in the StringSet given a position. | |
| Removes a string from the StringSet given an id. | |
| Changes the length. | |
| Loads the sequences of a stringset into an alignment. | |
| Retrieves a string of delimiter positions of a StringSet which is needed for local<->global position conversions. | |
| Reference to the value. | |
| Retrieves a string from the StringSet given an id. | |
| Computes the variance for a set of patterns w.r.t. a set of text strings and a MarkovModel | |
| Computes the z-score index for a set of patterns w.r.t. a set of text strings and a MarkovModel |
Example Programs
Include Headers
sequence.h
SeqAn - Sequence Analysis Library - www.seqan.de
