Return a new DNA ISymbolList for dna.

Namespace:  BioSharp.Core.Bio.Seq
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public static ISymbolList CreateDNA(
	string dna
)

Parameters

dna
Type: System..::.String
a string to parse into DNA

Return Value

an ISymbolList created from dna

See Also