Click or drag to resize
SequenceAlignmentMapGetPairedReads Method (CloneLibraryInformation)
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(
	CloneLibraryInformation libraryInfo
)

Parameters

libraryInfo
Type: BioCloneLibraryInformation
Library information.

Return Value

Type: IListPairedRead
List of paired read.
See Also