1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
\r
5 <!-- Generated by javadoc (build 1.6.0_21) on Wed Nov 24 12:17:18 GMT 2010 -->
\r
10 <META NAME="date" CONTENT="2010-11-24">
\r
12 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
\r
14 <SCRIPT type="text/javascript">
\r
15 function windowTitle()
\r
17 if (location.href.indexOf('is-external=true') == -1) {
\r
18 parent.document.title="FastaSequence";
\r
27 <BODY BGCOLOR="white" onload="windowTitle();">
\r
31 <!-- ========= START OF TOP NAVBAR ======= -->
\r
32 <A NAME="navbar_top"><!-- --></A>
\r
33 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
\r
34 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
\r
36 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
\r
37 <A NAME="navbar_top_firstrow"><!-- --></A>
\r
38 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
\r
39 <TR ALIGN="center" VALIGN="top">
\r
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
\r
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
\r
42 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
\r
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/FastaSequence.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
\r
44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
\r
45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
\r
46 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
\r
47 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
\r
51 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
\r
57 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
\r
58 <A HREF="../../../compbio/data/sequence/ClustalAlignmentUtil.html" title="class in compbio.data.sequence"><B>PREV CLASS</B></A>
\r
59 <A HREF="../../../compbio/data/sequence/Program.html" title="enum in compbio.data.sequence"><B>NEXT CLASS</B></A></FONT></TD>
\r
60 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
\r
61 <A HREF="../../../index.html?compbio/data/sequence/FastaSequence.html" target="_top"><B>FRAMES</B></A>
\r
62 <A HREF="FastaSequence.html" target="_top"><B>NO FRAMES</B></A>
\r
63 <SCRIPT type="text/javascript">
\r
66 document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
\r
71 <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
\r
78 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
\r
79 SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
\r
80 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
\r
81 DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
\r
84 <A NAME="skip-navbar_top"></A>
\r
85 <!-- ========= END OF TOP NAVBAR ========= -->
\r
88 <!-- ======== START OF CLASS DATA ======== -->
\r
91 compbio.data.sequence</FONT>
\r
93 Class FastaSequence</H2>
\r
95 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
\r
96 <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>compbio.data.sequence.FastaSequence</B>
\r
100 <DT><PRE><FONT SIZE="-1">@Immutable
\r
101 </FONT>public class <B>FastaSequence</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
\r
105 A FASTA formatted sequence. Please note that this class does not make any
106 assumptions as to what sequence it stores e.g. it could be nucleotide,
107 protein or even gapped alignment sequence! The only guarantee it makes is
108 that the sequence does not contain white space characters e.g. spaces, new
114 <DT><B>Version:</B></DT>
\r
115 <DD>1.0 September 2009</DD>
\r
116 <DT><B>Author:</B></DT>
\r
123 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
\r
125 <A NAME="constructor_summary"><!-- --></A>
\r
126 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
\r
127 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
\r
128 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
\r
129 <B>Constructor Summary</B></FONT></TH>
\r
131 <TR BGCOLOR="white" CLASS="TableRowColor">
\r
132 <TD><CODE><B><A HREF="../../../compbio/data/sequence/FastaSequence.html#FastaSequence(java.lang.String, java.lang.String)">FastaSequence</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> id,
\r
133 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> sequence)</CODE>
\r
136 Upon construction the any whitespace characters are removed from the
141 <!-- ========== METHOD SUMMARY =========== -->
\r
143 <A NAME="method_summary"><!-- --></A>
\r
144 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
\r
145 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
\r
146 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
\r
147 <B>Method Summary</B></FONT></TH>
\r
149 <TR BGCOLOR="white" CLASS="TableRowColor">
\r
150 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
\r
151 <CODE>static int</CODE></FONT></TD>
\r
152 <TD><CODE><B><A HREF="../../../compbio/data/sequence/FastaSequence.html#countMatchesInSequence(java.lang.String, java.lang.String)">countMatchesInSequence</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> theString,
\r
153 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> theRegExp)</CODE>
\r
156 </TD>
\r
158 <TR BGCOLOR="white" CLASS="TableRowColor">
\r
159 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
\r
160 <CODE> boolean</CODE></FONT></TD>
\r
161 <TD><CODE><B><A HREF="../../../compbio/data/sequence/FastaSequence.html#equals(java.lang.Object)">equals</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> obj)</CODE>
\r
164 </TD>
\r
166 <TR BGCOLOR="white" CLASS="TableRowColor">
\r
167 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
\r
168 <CODE> <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
\r
169 <TD><CODE><B><A HREF="../../../compbio/data/sequence/FastaSequence.html#getFormatedSequence(int)">getFormatedSequence</A></B>(int width)</CODE>
\r
172 Format sequence per width letter in one string.</TD>
\r
174 <TR BGCOLOR="white" CLASS="TableRowColor">
\r
175 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
\r
176 <CODE> <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
\r
177 <TD><CODE><B><A HREF="../../../compbio/data/sequence/FastaSequence.html#getFormattedFasta()">getFormattedFasta</A></B>()</CODE>
\r
180 </TD>
\r
182 <TR BGCOLOR="white" CLASS="TableRowColor">
\r
183 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
\r
184 <CODE> <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
\r
185 <TD><CODE><B><A HREF="../../../compbio/data/sequence/FastaSequence.html#getId()">getId</A></B>()</CODE>
\r
188 Gets the value of id</TD>
\r
190 <TR BGCOLOR="white" CLASS="TableRowColor">
\r
191 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
\r
192 <CODE> int</CODE></FONT></TD>
\r
193 <TD><CODE><B><A HREF="../../../compbio/data/sequence/FastaSequence.html#getLength()">getLength</A></B>()</CODE>
\r
196 </TD>
\r
198 <TR BGCOLOR="white" CLASS="TableRowColor">
\r
199 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
\r
200 <CODE> <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
\r
201 <TD><CODE><B><A HREF="../../../compbio/data/sequence/FastaSequence.html#getOnelineFasta()">getOnelineFasta</A></B>()</CODE>
\r
204 </TD>
\r
206 <TR BGCOLOR="white" CLASS="TableRowColor">
\r
207 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
\r
208 <CODE> <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
\r
209 <TD><CODE><B><A HREF="../../../compbio/data/sequence/FastaSequence.html#getSequence()">getSequence</A></B>()</CODE>
\r
212 Gets the value of sequence</TD>
\r
214 <TR BGCOLOR="white" CLASS="TableRowColor">
\r
215 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
\r
216 <CODE> int</CODE></FONT></TD>
\r
217 <TD><CODE><B><A HREF="../../../compbio/data/sequence/FastaSequence.html#hashCode()">hashCode</A></B>()</CODE>
\r
220 </TD>
\r
222 <TR BGCOLOR="white" CLASS="TableRowColor">
\r
223 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
\r
224 <CODE> <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
\r
225 <TD><CODE><B><A HREF="../../../compbio/data/sequence/FastaSequence.html#toString()">toString</A></B>()</CODE>
\r
228 Same as oneLineFasta</TD>
\r
231 <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
\r
232 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
\r
233 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
\r
234 <TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
\r
236 <TR BGCOLOR="white" CLASS="TableRowColor">
\r
237 <TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
\r
243 <!-- ========= CONSTRUCTOR DETAIL ======== -->
\r
245 <A NAME="constructor_detail"><!-- --></A>
\r
246 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
\r
247 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
\r
248 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
\r
249 <B>Constructor Detail</B></FONT></TH>
\r
253 <A NAME="FastaSequence(java.lang.String, java.lang.String)"><!-- --></A><H3>
\r
256 public <B>FastaSequence</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> id,
\r
257 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> sequence)</PRE>
\r
259 <DD>Upon construction the any whitespace characters are removed from the
263 <DT><B>Parameters:</B><DD><CODE>id</CODE> - <DD><CODE>sequence</CODE> - </DL>
\r
266 <!-- ============ METHOD DETAIL ========== -->
\r
268 <A NAME="method_detail"><!-- --></A>
\r
269 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
\r
270 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
\r
271 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
\r
272 <B>Method Detail</B></FONT></TH>
\r
276 <A NAME="getId()"><!-- --></A><H3>
\r
279 public <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getId</B>()</PRE>
\r
281 <DD>Gets the value of id
\r
285 <DT><B>Returns:</B><DD>the value of id</DL>
\r
290 <A NAME="getSequence()"><!-- --></A><H3>
\r
293 public <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getSequence</B>()</PRE>
\r
295 <DD>Gets the value of sequence
\r
299 <DT><B>Returns:</B><DD>the value of sequence</DL>
\r
304 <A NAME="countMatchesInSequence(java.lang.String, java.lang.String)"><!-- --></A><H3>
\r
305 countMatchesInSequence</H3>
\r
307 public static int <B>countMatchesInSequence</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> theString,
\r
308 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> theRegExp)</PRE>
\r
316 <A NAME="getFormattedFasta()"><!-- --></A><H3>
\r
317 getFormattedFasta</H3>
\r
319 public <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getFormattedFasta</B>()</PRE>
\r
327 <A NAME="getOnelineFasta()"><!-- --></A><H3>
\r
328 getOnelineFasta</H3>
\r
330 public <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getOnelineFasta</B>()</PRE>
\r
334 <DT><B>Returns:</B><DD>one line name, next line sequence, no matter what the sequence
340 <A NAME="getFormatedSequence(int)"><!-- --></A><H3>
\r
341 getFormatedSequence</H3>
\r
343 public <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getFormatedSequence</B>(int width)</PRE>
\r
345 <DD>Format sequence per width letter in one string. Without spaces.
\r
349 <DT><B>Returns:</B><DD>multiple line formated sequence, one line width letters length</DL>
\r
354 <A NAME="getLength()"><!-- --></A><H3>
\r
357 public int <B>getLength</B>()</PRE>
\r
361 <DT><B>Returns:</B><DD>sequence length</DL>
\r
366 <A NAME="toString()"><!-- --></A><H3>
\r
369 public <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>toString</B>()</PRE>
\r
371 <DD>Same as oneLineFasta
\r
374 <DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A></CODE> in class <CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></DL>
\r
382 <A NAME="hashCode()"><!-- --></A><H3>
\r
385 public int <B>hashCode</B>()</PRE>
\r
388 <DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A></CODE> in class <CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></DL>
\r
396 <A NAME="equals(java.lang.Object)"><!-- --></A><H3>
\r
399 public boolean <B>equals</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> obj)</PRE>
\r
402 <DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A></CODE> in class <CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></DL>
\r
408 <!-- ========= END OF CLASS DATA ========= -->
\r
412 <!-- ======= START OF BOTTOM NAVBAR ====== -->
\r
413 <A NAME="navbar_bottom"><!-- --></A>
\r
414 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
\r
415 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
\r
417 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
\r
418 <A NAME="navbar_bottom_firstrow"><!-- --></A>
\r
419 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
\r
420 <TR ALIGN="center" VALIGN="top">
\r
421 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
\r
422 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
\r
423 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
\r
424 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/FastaSequence.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
\r
425 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
\r
426 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
\r
427 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
\r
428 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
\r
432 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
\r
438 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
\r
439 <A HREF="../../../compbio/data/sequence/ClustalAlignmentUtil.html" title="class in compbio.data.sequence"><B>PREV CLASS</B></A>
\r
440 <A HREF="../../../compbio/data/sequence/Program.html" title="enum in compbio.data.sequence"><B>NEXT CLASS</B></A></FONT></TD>
\r
441 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
\r
442 <A HREF="../../../index.html?compbio/data/sequence/FastaSequence.html" target="_top"><B>FRAMES</B></A>
\r
443 <A HREF="FastaSequence.html" target="_top"><B>NO FRAMES</B></A>
\r
444 <SCRIPT type="text/javascript">
\r
447 document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
\r
452 <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
\r
459 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
\r
460 SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
\r
461 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
\r
462 DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
\r
465 <A NAME="skip-navbar_bottom"></A>
\r
466 <!-- ======== END OF BOTTOM NAVBAR ======= -->
\r