Click or drag to resize
SAMParserParseSequence Method
Parse a single sequence.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static SAMAlignedSequence ParseSequence(
	string bioText
)

Parameters

bioText
Type: SystemString
A string representing a sequence alignment text.

Return Value

Type: SAMAlignedSequence

[Missing <returns> documentation for "M:Bio.IO.SAM.SAMParser.ParseSequence(System.String)"]

See Also