Click or drag to resize
SequenceExtensionsIsMarkedAsReverseComplement Method
This checks for a sequence marker to determine if the given ISequence was generated from a reverse complement.

Namespace: Bio.Extensions
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static bool IsMarkedAsReverseComplement(
	this ISequence sequence
)

Parameters

sequence
Type: BioISequence

[Missing <param name="sequence"/> documentation for "M:Bio.Extensions.SequenceExtensions.IsMarkedAsReverseComplement(Bio.ISequence)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Bio.Extensions.SequenceExtensions.IsMarkedAsReverseComplement(Bio.ISequence)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ISequence. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also