CL-GODB: Standard Generic Function INDEX-GENE-PRODUCT-BY-SYMBOL

Generic function INDEX-GENE-PRODUCT-BY-SYMBOL

Package:

GODB

Syntax:

  index-gene-product-by-symbol go-handle new-product gene-symbol
  => 
  

Arguments and Values:

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

new-product---an object of type gene-product

gene-symbol---a string

Description:

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

Known Methods:

  •   index-gene-product-by-symbol (go-handle-object go-handle) (gene-product-object gene-product) (gene-symbol string)
      => 
      

Affected By:

None.

Examples:

cl-prompt: (godb:index-gene-product-by-symbol mygohandle mygeneproduct "WNT2")

Exceptional Situations:

None.

See Also:

IS-GENE-PRODUCT-SYMBOL-INDEXED-P

Notes:

None.


News

News in chronological order, most recent on top.

  • 2005-07-18
    Completed description.