org.biojava3.genome.parsers.geneid
Class GeneIDXMLReader
java.lang.Object
org.biojava3.genome.parsers.geneid.GeneIDXMLReader
public class GeneIDXMLReader
- extends Object
- Author:
- Scooter Willis
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneIDXMLReader
public GeneIDXMLReader(String geneidXMLFile)
throws Exception
- Throws:
Exception
getProteinSequences
public LinkedHashMap<String,ProteinSequence> getProteinSequences()
throws Exception
- Throws:
Exception
getDNACodingSequences
public LinkedHashMap<String,DNASequence> getDNACodingSequences()
throws Exception
- Throws:
Exception
main
public static void main(String[] args)