PairedReadGetPairedReadType Method (PairedRead, CloneLibraryInformation, Boolean) |
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,
bool useInsertLengthOfReads
)
Public Shared Function GetPairedReadType (
pairedRead As PairedRead,
libraryInfo As CloneLibraryInformation,
useInsertLengthOfReads As Boolean
) As PairedReadType
public:
static PairedReadType GetPairedReadType(
PairedRead^ pairedRead,
CloneLibraryInformation libraryInfo,
bool useInsertLengthOfReads
)
static member GetPairedReadType :
pairedRead : PairedRead *
libraryInfo : CloneLibraryInformation *
useInsertLengthOfReads : bool -> PairedReadType
Parameters
- pairedRead
- Type: Bio.IO.SAMPairedRead
Paired read. - libraryInfo
- Type: BioCloneLibraryInformation
Library information. - useInsertLengthOfReads
- Type: SystemBoolean
If this flag is set to true then insert length will be calculated from read1 and read2,
else InsertLength in spcified paired read will be used.
Return Value
Type:
PairedReadType[Missing <returns> documentation for "M:Bio.IO.SAM.PairedRead.GetPairedReadType(Bio.IO.SAM.PairedRead,Bio.CloneLibraryInformation,System.Boolean)"]
See Also