Click or drag to resize
PairedReadIsReverseRead Method
Gets a boolean value which indicates that whether the specified read is reverse oriented or not.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static bool IsReverseRead(
	SAMAlignedSequence read
)

Parameters

read
Type: Bio.IO.SAMSAMAlignedSequence
Aligned Sequence.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Bio.IO.SAM.PairedRead.IsReverseRead(Bio.IO.SAM.SAMAlignedSequence)"]

See Also