Class GeneChromosomePositionParser
java.lang.Object
org.biojava.nbio.genome.parsers.genename.GeneChromosomePositionParser
A parser that parses a file from the UCSC genome browser that contains mapping of gene name to chromosome positions
- Author:
- Andreas Prlic
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<GeneChromosomePosition>
static List<GeneChromosomePosition>
getChromosomeMappings
(InputStream inStream) static void
-
Field Details
-
DEFAULT_MAPPING_URL
- See Also:
-
-
Constructor Details
-
GeneChromosomePositionParser
public GeneChromosomePositionParser()
-
-
Method Details
-
main
-
getChromosomeMappings
- Throws:
IOException
-
getChromosomeMappings
public static List<GeneChromosomePosition> getChromosomeMappings(InputStream inStream) throws IOException - Throws:
IOException
-