CL-GODB: Standard Generic Function TERM-TYPE

Generic function TERM-TYPE

Package:

GODB

Syntax:

  term-type go-handle gene-symbol
  =>list-of-term-types
  

Arguments and Values:

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

gene-symbol---a string

Description:

The generic function term-type is used to find the type of terms that are associated with a gene product. It takes two parameters, go-handle, to preserve the session, and gene-symbol, to identify the gene-product whose term type is to be found. It returns a list of strings containing the term types.

Known Methods:

  •   term-type (go-handle-object go-handle) (gene-symbol string)
      => list-of-term-types
      

Affected By:

None.

Examples:

cl-prompt: (godb:term-type mygohandle "bop2")
("component" "function" "process")

Exceptional Situations:

None.

See Also:

None.

Notes:

None.


News

News in chronological order, most recent on top.

  • 2005-06-23
    Completed description.