CL-GODB: Standard Generic Function ASSOCIATION-LIST

Generic function ASSOCIATION-LIST

Package:

GODB

Syntax:

  association-list go-handle accession
  => list-of-association-objects
  

Arguments and Values:

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

accession---a string

Description:

The generic function association-list is used to find a term's associations. It takes two parameters, go-handle, to preserve the session, and accession, to identify the term whose associations are to be found. It returns a list of objects of type ASSOCIATION.

Known Methods:

  •   association-list (go-handle-object go-handle) (accession string)
      => list-of-association-objects
      

Affected By:

None.

Examples:

cl-prompt: (godb:association-list mygohandle "GO:0000140")
(#<GODB:ASSOCIATION 206106DC> #<GODB:ASSOCIATION 206106AC>)

Exceptional Situations:

None.

See Also:

None.

Notes:

The function first checks if the associations are already in the hash table. If they are not, they are then added. Otherwise, it creates objects of type 'association' and then indexes them in the hashes on both accession and gene-product-id.


News

News in chronological order, most recent on top.

  • 2005-06-14
    Completed description.