public class GeneIDXMLReader extends Object
Constructor and Description |
---|
GeneIDXMLReader(String geneidXMLFile) |
Modifier and Type | Method and Description |
---|---|
LinkedHashMap<String,DNASequence> |
getDNACodingSequences() |
LinkedHashMap<String,ProteinSequence> |
getProteinSequences() |
static void |
main(String[] args) |
public GeneIDXMLReader(String geneidXMLFile) throws Exception
Exception
public LinkedHashMap<String,ProteinSequence> getProteinSequences() throws Exception
Exception
public LinkedHashMap<String,DNASequence> getDNACodingSequences() throws Exception
Exception
Copyright © 2000–2019 BioJava. All rights reserved.