FastAFormatter Methods |
The FastAFormatter type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Format(Stream, ISequence) |
Writes the specified sequence in FastA format to the file.
Note that if the sequence contains more than the MaxSymbolsAllowedPerLine
value then it will split the symbols in the specified sequence in to multiple lines,
where each line will contain maximum of MaxSymbolsAllowedPerLine symbols.
| |
Format(Stream, IEnumerableISequence) |
Writes the Multiple sequence in FastA format to the file.
Note that if the sequence contains more than the MaxSymbolsAllowedPerLine
value then it will split the symbols in the specified sequence in to multiple lines,
where each line will contain maximum of MaxSymbolsAllowedPerLine symbols.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |