Package org.snpeff.nextProt
Class NextProtXmlEntry
java.lang.Object
org.snpeff.nextProt.NextProtXmlNode
org.snpeff.nextProt.NextProtXmlEntry
Mimics the 'entry' in a NextProt XML file
- Author:
- Pablo Cingolani
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(NextProtXmlAnnotation ann) Add an annotationvoidaddIsoformSequence(String isoformAccession, String sequence) Add an Isoform sequencevoidaddMarkers(NextProtMarkerFactory markersFactory) Create all Markers for this entrySet<org.snpeff.nextProt.Identifier>getIsoform(String isoformAccession) Get or create an isoformgetOrCreateIsoform(String isoformAccession) toString()Methods inherited from class org.snpeff.nextProt.NextProtXmlNode
getAccession
-
Constructor Details
-
NextProtXmlEntry
-
-
Method Details