Interface AssertedGoAnnotation

All Superinterfaces:
GoAnnotation, Serializable

public interface AssertedGoAnnotation extends GoAnnotation
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 Details

    • isAsserted

      boolean isAsserted()
      Indicates whether the GO annotation belonging to the protein was asserted or inferred
      Returns:
      true if asserted, false otherwise