PairedReadIsForwardRead Method |
Gets a boolean value which indicates that whether the specified read is forward 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 IsForwardRead(
SAMAlignedSequence read
)
Public Shared Function IsForwardRead (
read As SAMAlignedSequence
) As Boolean
public:
static bool IsForwardRead(
SAMAlignedSequence^ read
)
static member IsForwardRead :
read : SAMAlignedSequence -> bool
Parameters
- read
- Type: Bio.IO.SAMSAMAlignedSequence
Aligned Sequence.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Bio.IO.SAM.PairedRead.IsForwardRead(Bio.IO.SAM.SAMAlignedSequence)"]
See Also