org.biojava3.genome.parsers.geneid
Class GeneIDXMLReader
java.lang.Object
org.biojava3.genome.parsers.geneid.GeneIDXMLReader
public class GeneIDXMLReader
- extends java.lang.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(java.lang.String geneidXMLFile)
throws java.lang.Exception
- Throws:
java.lang.Exception
getProteinSequences
public java.util.LinkedHashMap<java.lang.String,ProteinSequence> getProteinSequences()
throws java.lang.Exception
- Throws:
java.lang.Exception
getDNACodingSequences
public java.util.LinkedHashMap<java.lang.String,DNASequence> getDNACodingSequences()
throws java.lang.Exception
- Throws:
java.lang.Exception
main
public static void main(java.lang.String[] args)