Class GeneIDXMLReader


  • public class GeneIDXMLReader
    extends java.lang.Object
    Author:
    Scooter Willis
    • Constructor Detail

      • GeneIDXMLReader

        public GeneIDXMLReader​(java.lang.String geneidXMLFile)
                        throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • 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)