BioProviders


GenBankFlatFile Module

Types

Type Description

GenBankFlatFile

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.

Functions and values

Function or value Description

createGenBankFlatFile path

Full Usage: createGenBankFlatFile path

Parameters:
    path : string - The path to the assembly file. This will usually reside in the cache folder.

Returns: GenBankFlatFile

Basic constructor for GenBankFlatFile type. Creates a representation based upon an NCBI assembly file.

path : string

The path to the assembly file. This will usually reside in the cache folder.

Returns: GenBankFlatFile