Class GeneNamesParser
java.lang.Object
org.biojava.nbio.genome.parsers.genename.GeneNamesParser
Parses a file from the www.genenames.org website that contains a mapping of human gene names to other databases
- Author:
 - Andreas Prlic
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetGeneNames(InputStream inStream) Get a list of GeneNames from an input stream.static voidparses a file from the genenames website 
- 
Field Details
- 
DEFAULT_GENENAMES_URL
- See Also:
 
 
 - 
 - 
Constructor Details
- 
GeneNamesParser
public GeneNamesParser() 
 - 
 - 
Method Details
- 
main
parses a file from the genenames website- Parameters:
 args-
 - 
getGeneNames
- Throws:
 IOException
 - 
getGeneNames
Get a list of GeneNames from an input stream.- Parameters:
 inStream-- Returns:
 - list of geneNames
 - Throws:
 IOException
 
 -