Click or drag to resize
SequenceAlignmentMapGetPairedReads Method (Single, Single)
Gets the paired reads.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IList<PairedRead> GetPairedReads(
	float meanLengthOfInsert,
	float standardDeviationOfInsert
)

Parameters

meanLengthOfInsert
Type: SystemSingle
Mean of the insert length.
standardDeviationOfInsert
Type: SystemSingle
Standard deviation of insert length.

Return Value

Type: IListPairedRead
List of paired read.
See Also