Click or drag to resize
SparseSequenceGetReverseComplementedSequence Method
Return a sequence representing the reverse complement of this sequence.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public ISequence GetReverseComplementedSequence()

Return Value

Type: ISequence
The reverse complemented sequence.

Implements

ISequenceGetReverseComplementedSequence
See Also