CL-GODB: Standard Class ASSOCIATION

Standard Class ASSOCIATION

Package:

GODB

Class Precedence List:

ASSOCIATION, STANDARD-OBJECT, T

Slots:

  • ID accessor assoc-id ,initarg :assoc-id
  • TERM-ID accessor assoc-term-id, initarg :assoc-term-id
  • GENE-PRODUCT-ID accessor gene-product-id, initarg :gene-product-id
  • IS-NOT accessor assoc-is-not, initarg :is-not
  • ROLE-GROUP accessor assoc-role-group, initarg :assoc-role-group
  • ACC accessor assoc-acc, initarg :assoc-acc

Description:

The Association class represents the elements of the Association table in the GO Database, with the addition of a slot for accession.

The accessors ASSOC-ID, ASSOC-TERM-ID, GENE-PRODUCT-ID, ASSOC-IS-NOT, ASSOC-ROLE-GROUP, ASSOC-ACC can be used to read or write their respective fields.

Affected By:

None.

Exceptional Situations:

None.

See Also:

None.

Notes:

None.


News

News in chronological order, most recent on top.

  • 2005-06-14
    Completed description.