Click or drag to resize
PairedReadGetPairedReadType Method (PairedRead, String, Boolean)
Gets the paired reads type.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static PairedReadType GetPairedReadType(
	PairedRead pairedRead,
	string libraryName,
	bool useInsertLengthOfReads
)

Parameters

pairedRead
Type: Bio.IO.SAMPairedRead
Paired read.
libraryName
Type: SystemString
library name.
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,System.String,System.Boolean)"]

See Also