PairedReadGetPairedReadType Method (PairedRead, CloneLibraryInformation) |
Gets the paired reads type.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static PairedReadType GetPairedReadType(
PairedRead pairedRead,
CloneLibraryInformation libraryInfo
)
Public Shared Function GetPairedReadType (
pairedRead As PairedRead,
libraryInfo As CloneLibraryInformation
) As PairedReadType
public:
static PairedReadType GetPairedReadType(
PairedRead^ pairedRead,
CloneLibraryInformation libraryInfo
)
static member GetPairedReadType :
pairedRead : PairedRead *
libraryInfo : CloneLibraryInformation -> PairedReadType
Parameters
- pairedRead
- Type: Bio.IO.SAMPairedRead
Paired read. - libraryInfo
- Type: BioCloneLibraryInformation
Library information.
Return Value
Type:
PairedReadType[Missing <returns> documentation for "M:Bio.IO.SAM.PairedRead.GetPairedReadType(Bio.IO.SAM.PairedRead,Bio.CloneLibraryInformation)"]
See Also