CL-GODB: Standard Generic Function IS-ASSOCIATION-GENE-PROD-INDEXED-P

Generic function IS-ASSOCIATION-GENE-PROD-INDEXED-P

Package:

GODB

Syntax:

  is-association-gene-prod-indexed-p go-handle gene-product-id
  => association-object
  

Arguments and Values:

go-handle---an object of type go handle

gene-product-id---an integer

Description:

The generic function is-association-gene-prod-indexed-p is used to determine whether an association is currently indexed by its gene-product-id. It takes two parameters, go handle, to preserve the session, and gene-product-id, the id to look for in the index. It returns an object of type association if the id is indexed and nothing if it is not.

Known Methods:

  •   is-association-gene-prod-indexed-p (go-handle-object go-handle) (gene-product-id integer)
      => association-object
      

Affected By:

None.

Examples:

(godb:is-association-gene-prod-indexed-p mygohandle 2163)

Exceptional Situations:

None.

See Also:

IS-ASSOCIATION-ACCESSION-INDEXED-P

Notes:

None.


News

News in chronological order, most recent on top.

  • 2005-07-17
    Completed description.