Feature sequence panel
TL;DR: The feature details panel can extract and display the sequence underlying a selected feature. For a gene or transcript, choose CDS, protein translation, cDNA, or genomic with introns (plus optional flanking bases); for any other feature type it shows the literal underlying sequence.
Gene features
For gene or transcript features, the feature details panel stitches the subfeature sequences together. The available types are:
- CDS - the stitched-together coding sequences
- Protein - protein translation of the CDS. The standard genetic code (NCBI
table 1) is used by default, but if the CDS has a
transl_tableattribute in the GFF (e.g.transl_table=2for vertebrate mitochondria) the matching alternative codon table is applied, including start-codon andtransl_excepthandling - cDNA - the complementary DNA of the transcript, formed from the exon sequences
- Genomic w/ full introns - the entire gene region including introns, with UTR and CDS highlighted
- Genomic w/ full introns +/- Nbp up+down stream - the above plus N bases upstream and downstream
- Genomic w/ Nbp intron - the exon sequence plus N intronic bases flanking each splice site
- Genomic w/ Nbp intron +/- Nbp up+down stream - combines the upstream/downstream extension with the splice-site flanks
The sequence type is chosen from the dropdown at the top of the panel. The up/downstream extension defaults to 100bp and the intron flank to 10bp; both are configurable from the gear icon.
When the Protein type is selected, residues whose translation was overridden
by a transl_except attribute are highlighted (amber) and summarized in a
legend. The example below is SELENOP, whose ten in-frame UGA stop codons are
annotated as transl_except=(...,aa:Sec) and translate to selenocysteine (U).
Other feature types
For non-gene features, the "Feature sequence" button shows the literal sequence underlying the feature, without subfeature stitching. The number of flanking bases is configurable from the gear icon.