CL-GODB: Standard Generic Function IS-GENE-PRODUCT-SYMBOL-INDEXED-P

Generic function IS-GENE-PRODUCT-SYMBOL-INDEXED-P

Package:

GODB

Syntax:

  is-gene-product-symbol-indexed-p go-handle gene-symbol
  => 
  

Arguments and Values:

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

gene-symbol---a string

Description:

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

Known Methods:

  •   is-gene-product-symbol-indexed-p (go-handle-object go-handle) (gene-symbol string)
      =>   
      

Affected By:

None.

Examples:

cl-prompt: (godb:is-gene-product-symbol-indexed-p mygohandle "WNT2")

Exceptional Situations:

None.

See Also:

INDEX-GENE-PRODUCT-BY-SYMBOL

Notes:

None.


News

News in chronological order, most recent on top.

  • 2005-07-18
    Completed description.