public class GeneNamesParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_GENENAMES_URL |
| Constructor and Description |
|---|
GeneNamesParser() |
| Modifier and Type | Method and Description |
|---|---|
static List<GeneName> |
getGeneNames() |
static List<GeneName> |
getGeneNames(InputStream inStream)
Get a list of GeneNames from an input stream.
|
static void |
main(String[] args)
parses a file from the genenames website
|
public static final String DEFAULT_GENENAMES_URL
public static void main(String[] args)
args - public static List<GeneName> getGeneNames() throws IOException
IOExceptionpublic static List<GeneName> getGeneNames(InputStream inStream) throws IOException
inStream - IOExceptionCopyright © 2000–2016 BioJava. All rights reserved.