CL-GODB: Standard Generic Function SPECIES-DB

Generic function SPECIES-DB

Package:

GODB

Syntax:

  species-db go-handle gene-symbol
  => species-dbname
  

Arguments and Values:

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

gene-symbol---a string

Description:

The generic function species-db is used to find the species database name for a gene product. It takes two parameters, go-handle, to preserve the session, and gene-symbol, to identify the gene-product whose species db name is to be found. It returns a string containing the species database name.

Known Methods:

  •   species-db (go-handle-object go-handle) (gene-symbol string)
      => species-dbname
      

Affected By:

None.

Examples:

cl-prompt: (godb:species-db mygohandle "bop2")

Exceptional Situations:

None.

See Also:

None.

Notes:

None.


News

News in chronological order, most recent on top.

  • 2005-06-14
    Completed description.