|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.metaomgraph.utils.FlatFileConverter
public class FlatFileConverter
Class for converting String values based on data in a flat file. The flat file should be a two-column text file, with the columns separated by a space. The left column contains the "original" value, the right column contains the "converted value".
| Constructor Summary | |
|---|---|
FlatFileConverter(java.io.InputStream in)
Constructs the hashtable by reading values from the text file locusconvert.txt. |
|
| Method Summary | |
|---|---|
java.lang.String |
convert(java.lang.String convertMe)
Converts a given Affymetrix ID to a Locus ID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlatFileConverter(java.io.InputStream in)
| Method Detail |
|---|
public java.lang.String convert(java.lang.String convertMe)
convertMe - The Affymetrix ID to convert.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||