Interface AssertedGoAnnotation
- All Superinterfaces:
GoAnnotation,Serializable
Adds an extra field to the
GoAnnotation interface. The extra field
indicates whether the GO annotation has been asserted or inferred.- Version:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether the GO annotation belonging to the protein was asserted or inferredMethods inherited from interface uk.ac.ebi.kraken.interfaces.go.GoAnnotation
getEcoEvidence, getEvidence, getGoTerm, getUniProtAccession, setEvidence, setGoEcoEvidence, setGoTerm, setUniProtAccession
-
Method Details
-
isAsserted
boolean isAsserted()Indicates whether the GO annotation belonging to the protein was asserted or inferred- Returns:
- true if asserted, false otherwise
-