SAMParserParseSequence Method |
Parse a single sequence.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static SAMAlignedSequence ParseSequence(
string bioText
)
Public Shared Function ParseSequence (
bioText As String
) As SAMAlignedSequence
public:
static SAMAlignedSequence^ ParseSequence(
String^ bioText
)
static member ParseSequence :
bioText : string -> SAMAlignedSequence
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