The Write Menu

Amino Acids Of Selected Features

Prompt for a file name and then write the translation of the bases of the selected features to that file. The file is written in fasta format.

PIR Database Of Selected Features

Prompt for a file name and then write the translation of the bases of the selected features to that file. The file is written in PIR format (similar to fasta, but with a * as the last line of each record).

Bases Of Selection

Prompt for a file name and then write the bases of the selection to that file. If the selection consists of features then the bases of each feature will be written to the file as a separate record. If the selection is a range of bases, then those bases will be written.

Upstream Bases Of Selection

Prompt for a number and a file name, then write that many bases upstream of each selected feature to the file. For example if the selected feature has a location of "100..200", then asking for 50 upstream will write the bases in the range 50 to 99. Writing upstream bases of a feature on the complementary strand will work in the expected way.

Downstream Bases Of Selection

Prompt for a number and a file name, then write that many bases downstream of each selected feature to the file.

Write All Bases (Raw)

Prompt for a file name, then write the sequence to that file.

Write Codon Usage of Selected Features

Prompt for a file name, then write a codon usage table for the selected features. In the output file each codon is followed by it's occurrence count (per thousand) and it's percentage occurrence. (See the section called Add Usage Plots ... to find out how to plot a usage graph).