FastaRecord.FastaRecord

Alias This

data

Members

Functions

opIndex
auto opIndex(int i)

Get the sequence character at index i of this FASTA record.

opIndex
auto opIndex()

Get the sequence of this FASTA record without newlines.

opSlice
auto opSlice(int i, int j)
auto opSlice(size_t i, size_t j)

Get sub-sequence from i to j (exclusive) of this FASTA record.

toFasta
auto toFasta(in size_t lineWidth = 50)

Get this record in FASTA format.

Properties

header
auto header [@property getter]

Get the complete header line.

length
size_t length [@property getter]

Get the length of the sequence (in characters).

Meta