CL-GODB: Standard Generic Function INDEX-ASSOCIATION-BY-ACCESSION

Generic function INDEX-ASSOCIATION-BY-ACCESSION

Package:

GODB

Syntax:

  index-association-by-accession go-handle new-association accession
  => 
  

Arguments and Values:

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

new-association---an object of type association

accession---a string

Description:

The generic function index-association-by-accesion is called when a new association object is created. It adds the new association to a hash table, indexed by its accession. It takes three parameters, go handle, to preserve the session, new association, the association to be indexed, and accession, which will be the key.

Known Methods:

  •   index-association-by-accession (go-handle-object go-handle) (association-object association) (accession string)
      => 
      

Affected By:

None.

Examples:

cl-prompt: (godb:index-association-by-accession mygohandle myassociation "GO:0000126")

Exceptional Situations:

None.

See Also:

INDEX-ASSOCIATION-BY-GENE-PROD

Notes:

None.


News

News in chronological order, most recent on top.

  • 2005-07-17
    Completed description.