CL-GODB: Standard Generic Function SYNONYM-LIST

Generic function SYNONYM-LIST

Package:

GODB

Syntax:

  synonym-list go-handle gene-symbol
  => list-of-synonyms
  

Arguments and Values:

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

gene-symbol---a string

Description:

The generic function synonym-list is used to find a term's synonyms. It takes two parameters, go-handle, to preserve the session, and gene-symbol, to identify the gene-product whose synonyms are to be found. It returns a list of strings containing the synonyms.

Known Methods:

  •   synonym-list (go-handle-object go-handle) (gene-symbol string)
      => list-of-synonyms
      

Affected By:

None.

Examples:

cl-prompt: (godb:synonym-list mygohandle "bop2")
("YLR267W")

Exceptional Situations:

None.

See Also:

None.

Notes:

None.


News

News in chronological order, most recent on top.

  • 2005-06-14
    Completed description.