MATLAB: What is the SHOWORFS function in the Sequence Statistics demo within the Bioinformatics Toolbox

bioinformaticsBioinformatics Toolboxdocdocumentationseqshoworfsshoworfs

I am following the Sequence Statistics demo in the documentation for the Bioinformatics Toolbox 1.0.1 (R13SP1). Under the Exploring the Open Reading Frames (ORFs) section, the first step is to execute the command:
showorfs(mitochondria);
However, I receive the following error:
??? Undefined function or variable 'showorfs'.

Best Answer

This is an error within the documentation for the Bioinformatics Toolbox 1.0.1 (R13SP1). The corrected function name is SEQSHOWORFS.
The line should read as follows:
seqshoworfs(mitochondria);