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 NextProtXmlNode
getAccession
-
Constructor Details
-
NextProtXmlEntry
-
-
Method Details
-
add
Add an annotation -
addIsoformSequence
-
addMarkers
Create all Markers for this entry -
getAnnotations
-
getHandler
-
getIdentifiers
-
getIsoform
Get or create an isoform -
getIsoformsByAccession
-
getOrCreateIsoform
-
toString
-