top of page

GenBank Sequence Annotation Format

BioCodeKb - Bioinformatics Knowledgebase

GenBank format is a Flat File Format that stores sequence and its annotation together. The start of the annotation section is marked by a line beginning with the word “LOCUS” and ends with ‘ // ’ sign. The GenBank format for protein has been renamed to GenPept. The GenBank (for nucleotide) and Genpept are essentially the same format.


The GenBank, EMBL, and DDBJ nucleic acid sequence databanks havefrom their inception used tables of sites and features to describe the roles and locations of higher order sequence domains and elements within the genome of an organism.


All the sections before FEATURES will be read into the attribute of metadata of sequence or its sub-class. The header and its content of a section is stored as a pair of key and value in metadata. For the REFERENCE section, its value is stored as a list, as there are often multiple reference sections in one GenBank record.


The overall goal of the feature table design is to provide an extensive vocabulary for describing features in a flexible framework for manipulating them. Furthermore, the annotation section contains the following main elements:

  1. Definition: It is a brief description of sequence includes information such as source organism, gene name/protein name, or some description of the sequence’s function (if the sequence is non-coding). If the sequence has a coding region (CDS), description may be followed by a completeness qualifier, such as “complete cds”.

  2. Accession: It is the unique identifier for a sequence record.

  3. Version: A nucleotide sequence identification number that represents a single, specific sequence in the GenBank database.

  4. GI: “GenInfo Identifier” sequence identification number, in this case, for the nucleotide sequence.

  5. Keywords: Word or phrase describing the sequence.

  6. Source: Free-format information including an abbreviated form of the organism name, sometimes followed by a molecule type.

  7. Organism: The formal scientific name for the source organism (genus and species, where appropriate) and its lineage.

  8. Reference: Publications by the authors of the sequence that discuss the data reported in the record.

  9. Authors: List of authors in the order in which they appear in the cited article.

  10. Title: Title of the published work or tentative title of an unpublished work.

  11. Features: Information about genes and gene products, as well as regions of biological significance reported in the sequence. These can include regions of the sequence that code for proteins and RNA molecules, as well as a number of other features.

  12. Source: Mandatory feature in each record that summarizes the length of the sequence, scientific name of the source organism, and Taxon ID number.

  13. Taxon: A stable unique identification number for the taxon of the source organism.

  14. protein_id: A protein sequence identification number, similar to the Version number of a nucleotide sequence. Protein IDs consist of three letters followed by five digits, a dot, and a version number.

  15. Origin: it contains sequence with a 10 residues in a tab format.

ad-scaled.webp

Need to learn more about BioCodeKB - Bioinformatics Knowledge... | BioCode and much more?

To learn Bioinformatics, analysis, tools, biological databases, Computational Biology, Bioinformatics Programming in Python & R through interactive video courses and tutorials, Join BioCode.

bottom of page