Click or drag to resize
PairedReadGetInsertLength Method (SAMAlignedSequence, SAMAlignedSequence)
Gets the insert length of reads.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static int GetInsertLength(
	SAMAlignedSequence read1,
	SAMAlignedSequence read2
)

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