PairedReadGetInsertLength Method (SAMAlignedSequence, SAMAlignedSequence, Boolean) |
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,
bool validate
)
Public Shared Function GetInsertLength (
read1 As SAMAlignedSequence,
read2 As SAMAlignedSequence,
validate As Boolean
) As Integer
public:
static int GetInsertLength(
SAMAlignedSequence^ read1,
SAMAlignedSequence^ read2,
bool validate
)
static member GetInsertLength :
read1 : SAMAlignedSequence *
read2 : SAMAlignedSequence *
validate : bool -> int
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