Click or drag to resize
PairedReadGetInsertLength Method (SAMAlignedSequence, SAMAlignedSequence, Boolean)
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,
	bool validate
)

Parameters

read1
Type: Bio.IO.SAMSAMAlignedSequence
First read.
read2
Type: Bio.IO.SAMSAMAlignedSequence
Second read.
validate
Type: SystemBoolean
Validates the reads before calculating the insert length.

Return Value

Type: Int32

[Missing <returns> documentation for "M:Bio.IO.SAM.PairedRead.GetInsertLength(Bio.IO.SAM.SAMAlignedSequence,Bio.IO.SAM.SAMAlignedSequence,System.Boolean)"]

See Also