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

Generic function INDEX-TERM-BY-ACCESSION

Package:

GODB

Syntax:

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

Arguments and Values:

go handle---an object of type go handle

new term---an object of type term

accession---a string

Description:

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

Known Methods:

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

Affected By:

None.

Examples:

(godb:index-term-by-accession mygohandle myterm "GO:0000126")

Exceptional Situations:

None.

See Also:

INDEX-TERM-BY-ID
INDEX-TERM-BY-NAME

Notes:

None.


News

News in chronological order, most recent on top.

  • 2005-06-23
    Completed description.