SequenceAlignmentMapGetPairedReads Method (String) |
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(
string libraryName
)
Public Function GetPairedReads (
libraryName As String
) As IList(Of PairedRead)
public:
IList<PairedRead^>^ GetPairedReads(
String^ libraryName
)
member GetPairedReads :
libraryName : string -> IList<PairedRead>
Parameters
- libraryName
- Type: SystemString
Name of the library present in CloneLibrary.
Return Value
Type:
IListPairedReadList of paired read.
See Also