pgb_liv\php_ms\Reader\FastaEntry\FastaInterface
Interface to fasta file formats
- Author: Andrew Collins
Synopsis
interface FastaInterface
{
- // methods
- public Protein getProtein()
- public static void parseIdentifier()
Methods
public
- getProtein() — Gets a protein object from the FASTA fields
- parseIdentifier()