Return a new DNA ISequence for the specified DNA string.
Namespace:
BioSharp.Core.Bio.SeqAssembly: BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)
Syntax
Parameters
- dna
- Type: System..::.String
string to parse into DNA
- name
- Type: System..::.String
string to use as the name
Return Value
The created sequenceExceptions
Exception | Condition |
---|---|
BioSharp.Core.Bio.Symbol..::.IllegalSymbolException | if the dna string contains any non-DNA characters |