X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fdata%2Fsequence%2FFastaSequence.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fdata%2Fsequence%2FFastaSequence.html;h=0000000000000000000000000000000000000000;hb=0bbebf27d045b1345bc042bdf24ef2e6808df251;hp=364a74ad7c986e55fb3112f05cfe740ff4327ec1;hpb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;p=jabaws.git diff --git a/website/full_javadoc/compbio/data/sequence/FastaSequence.html b/website/full_javadoc/compbio/data/sequence/FastaSequence.html deleted file mode 100644 index 364a74a..0000000 --- a/website/full_javadoc/compbio/data/sequence/FastaSequence.html +++ /dev/null @@ -1,471 +0,0 @@ - - - - - - -FastaSequence - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -compbio.data.sequence -
-Class FastaSequence

-
-java.lang.Object
-  extended by compbio.data.sequence.FastaSequence
-
-
-
-
@Immutable
-public class FastaSequence
extends Object
- - -

-A FASTA formatted sequence. Please note that this class does not make any - assumptions as to what sequence it stores 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 -

- -

-

-
Version:
-
1.0 September 2009
-
Author:
-
pvtroshin
-
-
- -

- - - - - - - - - - - -
-Constructor Summary
FastaSequence(String id, - String sequence) - -
-          Upon construction the any whitespace characters are removed from the - sequence
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
-static intcountMatchesInSequence(String theString, - String theRegExp) - -
-           
- booleanequals(Object obj) - -
-           
- StringgetFormatedSequence(int width) - -
-          Format sequence per width letter in one string.
- StringgetFormattedFasta() - -
-           
- StringgetId() - -
-          Gets the value of id
- intgetLength() - -
-           
- StringgetOnelineFasta() - -
-           
- StringgetSequence() - -
-          Gets the value of sequence
- inthashCode() - -
-           
- StringtoString() - -
-          Same as oneLineFasta
- - - - - - - -
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-FastaSequence

-
-public FastaSequence(String id,
-                     String sequence)
-
-
Upon construction the any whitespace characters are removed from the - sequence -

-

-
Parameters:
id -
sequence -
-
- - - - - - - - -
-Method Detail
- -

-getId

-
-public String getId()
-
-
Gets the value of id -

-

- -
Returns:
the value of id
-
-
-
- -

-getSequence

-
-public String getSequence()
-
-
Gets the value of sequence -

-

- -
Returns:
the value of sequence
-
-
-
- -

-countMatchesInSequence

-
-public static int countMatchesInSequence(String theString,
-                                         String theRegExp)
-
-
-
-
-
-
- -

-getFormattedFasta

-
-public String getFormattedFasta()
-
-
-
-
-
-
- -

-getOnelineFasta

-
-public String getOnelineFasta()
-
-
- -
Returns:
one line name, next line sequence, no matter what the sequence - length is
-
-
-
- -

-getFormatedSequence

-
-public String getFormatedSequence(int width)
-
-
Format sequence per width letter in one string. Without spaces. -

-

- -
Returns:
multiple line formated sequence, one line width letters length
-
-
-
- -

-getLength

-
-public int getLength()
-
-
- -
Returns:
sequence length
-
-
-
- -

-toString

-
-public String toString()
-
-
Same as oneLineFasta -

-

-
Overrides:
toString in class Object
-
-
-
-
-
-
- -

-hashCode

-
-public int hashCode()
-
-
-
Overrides:
hashCode in class Object
-
-
-
-
-
-
- -

-equals

-
-public boolean equals(Object obj)
-
-
-
Overrides:
equals in class Object
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -