DrawableSequence consSequence;\r
Hashtable propHash;\r
int threshold;\r
- Hashtable[] freqs;\r
\r
String name = "";\r
\r
- public Conservation(String name,Hashtable[] freqs,Hashtable propHash, int threshold, Vector sequences, int start, int end) {\r
+ public Conservation(String name,Hashtable propHash, int threshold, Vector sequences, int start, int end) {\r
this.name = name;\r
- this.freqs = freqs;\r
this.propHash = propHash;\r
this.threshold = threshold;\r
this.sequences = sequences;\r
\r
protected Vector sequences;\r
protected Vector groups = new Vector();\r
- public Hashtable[] cons;\r
protected char gapCharacter = '-';\r
\r
/** Make an alignment from an array of Sequences.\r