SequenceAlignmentMapGetPairedReads Method (CloneLibraryInformation) |
Gets the paired reads.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IList<PairedRead> GetPairedReads(
CloneLibraryInformation libraryInfo
)
Public Function GetPairedReads (
libraryInfo As CloneLibraryInformation
) As IList(Of PairedRead)
public:
IList<PairedRead^>^ GetPairedReads(
CloneLibraryInformation libraryInfo
)
member GetPairedReads :
libraryInfo : CloneLibraryInformation -> IList<PairedRead>
Parameters
- libraryInfo
- Type: BioCloneLibraryInformation
Library information.
Return Value
Type:
IListPairedReadList of paired read.
See Also