| PairedRead Class |
Namespace: Bio.IO.SAM
The PairedRead type exposes the following members.
| Name | Description | |
|---|---|---|
| PairedRead | Initializes a new instance of the PairedRead class |
| Name | Description | |
|---|---|---|
| InsertLength |
Gets or sets the insert length.
| |
| PairedType |
Paired type PairedReadType | |
| Read1 |
First aligned sequence or read.
| |
| Read2 |
Second aligned sequence or read.
| |
| Reads |
Gets the list of paired reads.
|
| Name | Description | |
|---|---|---|
| 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.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetInsertLength(SAMAlignedSequence, SAMAlignedSequence) |
Gets the insert length of reads.
| |
| GetInsertLength(SAMAlignedSequence, SAMAlignedSequence, Boolean) |
Gets the insert length of reads.
| |
| GetPairedReadType(PairedRead, CloneLibraryInformation) |
Gets the paired reads type.
| |
| GetPairedReadType(PairedRead, String) |
Gets the paired reads type.
| |
| GetPairedReadType(PairedRead, CloneLibraryInformation, Boolean) |
Gets the paired reads type.
| |
| GetPairedReadType(PairedRead, Single, Single) |
Gets the paired reads type.
| |
| GetPairedReadType(PairedRead, String, Boolean) |
Gets the paired reads type.
| |
| GetPairedReadType(SAMAlignedSequence, SAMAlignedSequence, CloneLibraryInformation) |
Gets the paired reads type.
| |
| GetPairedReadType(SAMAlignedSequence, SAMAlignedSequence, String) |
Gets the paired reads type.
| |
| GetPairedReadType(PairedRead, Single, Single, Boolean) |
Gets the paired reads type.
| |
| GetPairedReadType(SAMAlignedSequence, SAMAlignedSequence, Single, Single) |
Gets the paired reads type.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsForwardRead |
Gets a boolean value which indicates that whether the specified read is forward oriented or not.
| |
| IsReverseRead |
Gets a boolean value which indicates that whether the specified read is reverse oriented or not.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |