Sequence Features

A sequence “feature” is an annotated segment, with the annotations being generated either computationally, e.g. repeat classification, or experimentally, e.g. single nucleotide polymorphism. In this example, we just load both sequence and features from a GenBank record.

Drawing all features on a sequence segment

We load chromosome I of Caenorhabditis elegans.

As you can see it’s quite large. It doesn’t make sense to try and display all the features, so we will slice it down to a 10kbp segment.

Drawing features is then limited to features within that segment.

Note

If a feature extends outside the displayed segment, it’s hover text indicates it as “(incomplete)”.

Drawing selected feature biotypes

We specify what biotypes we want to display.