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
Fields - 
Constructor Summary
Constructors - 
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
 
 -