PairedReadIsReverseRead Method |
Gets a boolean value which indicates that whether the specified read is reverse oriented or not.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static bool IsReverseRead(
SAMAlignedSequence read
)
Public Shared Function IsReverseRead (
read As SAMAlignedSequence
) As Boolean
public:
static bool IsReverseRead(
SAMAlignedSequence^ read
)
static member IsReverseRead :
read : SAMAlignedSequence -> bool
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