FastaRecord class

Constructors

FastaRecord(String description, String seq)
(en) This class handles FASTA files based on strings. For more detailed operations, convert to NucleotideSequence with convertToNSeq method.

Properties

description String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seq String
getter/setter pair

Methods

convertToFASTA() String
(en) Convert this class to FASTA string.
convertToNSeq(EnumNucleotideSequenceType type) NucleotideSequence
(en) Convert seq string to NucleotideSequence class.
length() int
(en) Returns the length of the sequence.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited