CL-GODB: Standard Generic Function IS-TERM-ACCESSION-INDEXED-P

Generic function IS-TERM-ACCESSION-INDEXED-P

Package:

GODB

Syntax:

  is-term-accession-indexed-p go-handle accession
  => 
  

Arguments and Values:

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

accession---a string

Description:

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

Known Methods:

  •   is-term-accession-indexed-p (go-handle-object go-handle) (accession string)
      =>   
      

Affected By:

None.

Examples:

cl-prompt: (godb:is-term-accession-indexed-p mygohandle "GO:0000126")
NIL

Exceptional Situations:

None.

See Also:

IS-TERM-ID-INDEXED-P
IS-TERM-NAME-INDEXED-P

Notes:

None.


News

News in chronological order, most recent on top.

  • 2005-07-17
    Completed description.