PairedReadGetPairedReadType Method (SAMAlignedSequence, SAMAlignedSequence, 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(
SAMAlignedSequence read1,
SAMAlignedSequence read2,
CloneLibraryInformation libraryInfo
)
Public Shared Function GetPairedReadType (
read1 As SAMAlignedSequence,
read2 As SAMAlignedSequence,
libraryInfo As CloneLibraryInformation
) As PairedReadType
public:
static PairedReadType GetPairedReadType(
SAMAlignedSequence^ read1,
SAMAlignedSequence^ read2,
CloneLibraryInformation libraryInfo
)
static member GetPairedReadType :
read1 : SAMAlignedSequence *
read2 : SAMAlignedSequence *
libraryInfo : CloneLibraryInformation -> PairedReadType
Parameters
- read1
- Type: Bio.IO.SAMSAMAlignedSequence
First aligned sequence. - read2
- Type: Bio.IO.SAMSAMAlignedSequence
Second aligned sequence. - libraryInfo
- Type: BioCloneLibraryInformation
Library information.
Return Value
Type:
PairedReadType[Missing <returns> documentation for "M:Bio.IO.SAM.PairedRead.GetPairedReadType(Bio.IO.SAM.SAMAlignedSequence,Bio.IO.SAM.SAMAlignedSequence,Bio.CloneLibraryInformation)"]
See Also