public class GeneChromosomePositionParser extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_MAPPING_URL |
Constructor and Description |
---|
GeneChromosomePositionParser() |
Modifier and Type | Method and Description |
---|---|
static List<GeneChromosomePosition> |
getChromosomeMappings() |
static List<GeneChromosomePosition> |
getChromosomeMappings(InputStream inStream) |
static void |
main(String[] args) |
public static final String DEFAULT_MAPPING_URL
public GeneChromosomePositionParser()
public static List<GeneChromosomePosition> getChromosomeMappings() throws IOException
IOException
public static List<GeneChromosomePosition> getChromosomeMappings(InputStream inStream) throws IOException
IOException
Copyright © 2000–2019 BioJava. All rights reserved.