Click or drag to resize
SequenceExtensionsMarkAsReverseComplement Method
This adds a key to the Metadata to indicate this is a reversed sequence

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

Parameters

sequence
Type: BioISequence

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

Return Value

Type: 

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