Class FastaSequence

  • All Implemented Interfaces:
    Comparable<FastaSequence>

    public final class FastaSequence
    extends Object
    implements Comparable<FastaSequence>
    A FASTA formatted sequence. Please note that this class does not make any assumptions as to what sequence it store e.g. it could be nucleotide, protein or even gapped alignment sequence! The only guarantee it makes is that the sequence does not contain white space characters e.g. spaces, new lines etc
    Since:
    3.0.2
    Version:
    1.0
    Author:
    pvtroshin