CLARITY: Standard Generic Function GET-DATA-TERMS

Generic function GET-DATA-TERMS

Package:

CLARITY

Syntax:

  get-data-terms cl-handle node-id term-name sequence
  

Arguments and Values:

cl-handle---a clarity-handle

data-id---an integer

Description:

The generic function get-data-terms gets the corresponding consensus terms from the database for a node in the tree. It takes two parameters, clarity-handle, which identifies the clarity database; and data-id, the integer id of the timecourse dataset for which to find the terms. It returns a list of the ontology terms that are in the consensus.

Known Methods:

  •   get-data-terms (cl-handle clarity-handle) (data-id integer)
      

Examples:

cl-prompt: (clarity:get-data-terms cl-handle 9)
cl-prompt: '("Apoptosis" "M phase of mitotic cell cycle" "pathogenesis")

Affected By:

None.

Exceptional Situations:

None.

None.

None.

Notes:

None.


News

News in chronological order, most recent on top.

  • 2006-07-29
    Completed description.