CL-GODB: Standard Generic Function GET-NAME

Generic function GET-NAME

Package:

GODB

Syntax:

  get-name go handle go id
  => name
  

Arguments and Values:

go handle---an object of type go handle

go id---a integer

Description:

The generic function get-name gets the name of a go term given its go id. It takes two parameters, go handle, to preserve one's session, and go id for querying the database. It returns the name as a string.

Known Methods:

  •   get-name (go-handle-object go-handle) (go id integer)
      => name
      

Affected By:

None.

Examples:

cl-prompt: (godb:get-name mygohandle 2145)
"leukemia inhibitory factor receptor activity"

Exceptional Situations:

None.

See Also:

None.

Notes:

None.


News

News in chronological order, most recent on top.

  • 2005-06-20
    Completed description.