DeltaAlignmentCollection Class |
Namespace: Bio.Util
The DeltaAlignmentCollection type exposes the following members.
Name | Description | |
---|---|---|
DeltaAlignmentCollection(Stream, FastASequencePositionParser) |
Initializes a new instance of the DeltaAlignmentCollection class.
| |
DeltaAlignmentCollection(Stream, Stream) |
Initializes a new instance of the DeltaAlignmentCollection class.
|
Name | Description | |
---|---|---|
Count |
Gets the no of delta alignment present in this collection.
| |
DeltaAlignmentParser |
Gets the DeltaAlignment parser.
| |
DeltaAlignmentStream |
Gets Delta alignments file name.
| |
Item |
Gets the Delta alignment present at the specified index.
| |
QueryStream |
Gets Query or read file name.
|
Name | Description | |
---|---|---|
Dispose |
Disposes the underlying streams used.
| |
Dispose(Boolean) |
Disposes the underlying streams used.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDeltaAlignmentFor |
Gets the list of delta alignments for the specified sequence id.
| |
GetDeltaAlignmentsByReads |
Gets Delta alignments grouped by read sequence id.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |