PairedReadGetInsertLength Method (SAMAlignedSequence, SAMAlignedSequence) |
Gets the insert length of reads.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static int GetInsertLength(
SAMAlignedSequence read1,
SAMAlignedSequence read2
)
Public Shared Function GetInsertLength (
read1 As SAMAlignedSequence,
read2 As SAMAlignedSequence
) As Integer
public:
static int GetInsertLength(
SAMAlignedSequence^ read1,
SAMAlignedSequence^ read2
)
static member GetInsertLength :
read1 : SAMAlignedSequence *
read2 : SAMAlignedSequence -> int
Parameters
- read1
- Type: Bio.IO.SAMSAMAlignedSequence
First read. - read2
- Type: Bio.IO.SAMSAMAlignedSequence
Second read.
Return Value
Type:
Int32[Missing <returns> documentation for "M:Bio.IO.SAM.PairedRead.GetInsertLength(Bio.IO.SAM.SAMAlignedSequence,Bio.IO.SAM.SAMAlignedSequence)"]
See Also