Class GeneIDXMLReader
- java.lang.Object
-
- org.biojava.nbio.genome.parsers.geneid.GeneIDXMLReader
-
public class GeneIDXMLReader extends Object
- Author:
- Scooter Willis
-
-
Constructor Summary
Constructors Constructor Description GeneIDXMLReader(String geneidXMLFile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkedHashMap<String,DNASequence>
getDNACodingSequences()
LinkedHashMap<String,ProteinSequence>
getProteinSequences()
static void
main(String[] args)
-
-
-
Constructor Detail
-
GeneIDXMLReader
public GeneIDXMLReader(String geneidXMLFile) throws Exception
- Throws:
Exception
-
-
Method Detail
-
getProteinSequences
public LinkedHashMap<String,ProteinSequence> getProteinSequences() throws Exception
- Throws:
Exception
-
getDNACodingSequences
public LinkedHashMap<String,DNASequence> getDNACodingSequences() throws Exception
- Throws:
Exception
-
-