Click or drag to resize
SequenceAlignmentMapGetPairedReads Method (String)
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(
	string libraryName
)

Parameters

libraryName
Type: SystemString
Name of the library present in CloneLibrary.

Return Value

Type: IListPairedRead
List of paired read.
See Also