cytoscape.util
Class BioDataServerUtil
java.lang.Object
cytoscape.util.BioDataServerUtil
- public class BioDataServerUtil
- extends Object
BioDataServerUtil
public BioDataServerUtil()
getSpecies
public String getSpecies(BufferedReader taxRd,
BufferedReader gaRd)
throws IOException
- Throws:
IOException
taxIdToName
public String taxIdToName(String taxId,
BufferedReader taxRd)
throws IOException
- Throws:
IOException
checkSpecies
public String checkSpecies(BufferedReader gaReader,
BufferedReader taxonFileReader)
throws IOException
- Throws:
IOException
getTaxonMap
public HashMap getTaxonMap(File taxonFile)
throws IOException
- Throws:
IOException
getTaxonMap
public HashMap getTaxonMap(BufferedReader taxonFileReader)
throws IOException
- Throws:
IOException