BioProviders


GenBankFlatFile Type

GenBank Flat File representation.

It consists of two members:

  • Metadata - The metadata for the current sequece, as a GenBankMetadata type.
  • Sequence - The sequence itself as a BioFSharp BioSeq type.

Record fields

Record Field Description

Metadata

Full Usage: Metadata

Field type: Metadata
Field type: Metadata

Sequence

Full Usage: Sequence

Field type: BioSeq<Nucleotide>
Field type: BioSeq<Nucleotide>