public class GeneNamesParser
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_GENENAMES_URL |
| Constructor and Description |
|---|
GeneNamesParser() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<GeneName> |
getGeneNames() |
static java.util.List<GeneName> |
getGeneNames(java.io.InputStream inStream)
Get a list of GeneNames from an input stream.
|
static void |
main(java.lang.String[] args)
parses a file from the genenames website
|
public static final java.lang.String DEFAULT_GENENAMES_URL
public static void main(java.lang.String[] args)
args - public static java.util.List<GeneName> getGeneNames() throws java.io.IOException
java.io.IOExceptionpublic static java.util.List<GeneName> getGeneNames(java.io.InputStream inStream) throws java.io.IOException
inStream - java.io.IOException