Header menu logo BioFSharp

GenBankItem<'a> Type

Represents any Item a GenBank file can contain as a union case. The result of parsing a genBank file will be a dictionary containing this type.

Union cases

Union case Description

Features Feature list

Full Usage: Features Feature list

Parameters:

All features contained in a GenBank file as seperate entries in a list

Item : Feature list

References (string * string) list list

Full Usage: References (string * string) list list

Parameters:
    Item : (string * string) list list

All references contained in a GenBank file is seperate entries in a list.

Item : (string * string) list list

Sequence 'a

Full Usage: Sequence 'a

Parameters:
    Item : 'a

The origin section of a GenBank file

Item : 'a

Value string

Full Usage: Value string

Parameters:
    Item : string

Any value contained in the meta section of a GenBank file.

Item : string

Type something to start searching.