Click or drag to resize
PairedReadGetPairedReadType Method (SAMAlignedSequence, SAMAlignedSequence, Single, Single)
Gets the paired reads type.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static PairedReadType GetPairedReadType(
	SAMAlignedSequence read1,
	SAMAlignedSequence read2,
	float meanLengthOfInsert,
	float standardDeviationOfInsert
)

Parameters

read1
Type: Bio.IO.SAMSAMAlignedSequence
First aligned sequence.
read2
Type: Bio.IO.SAMSAMAlignedSequence
Second aligned sequence.
meanLengthOfInsert
Type: SystemSingle
Mean of the insertion length.
standardDeviationOfInsert
Type: SystemSingle
Standard deviation of insertion length.

Return Value

Type: PairedReadType

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

See Also