CL-GODB: Standard Generic Function GET-CHILD-RELATIONSHIPS

Generic function GET-CHILD-RELATIONSHIPS

Package:

GODB

Syntax:

  get-child-relationships go-handle accession
  => child-relation-objects
  

Arguments and Values:

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

accession---a string

Description:

The generic function get-child-relationships is used to find all children of a term. It takes two parameters, go-handle, to preserve the session, and accession to identify the term whose children to find. It returns a list of objects of type RELATIONSHIP

Known Methods:

  •   get-child-relationships (go-handle-object go-handle) (accession string)
      =>  child-relationship-objects
      

Affected By:

None.

Examples:

cl-prompt: (godb:get-child-relationships mygohandle "GO:0001907")
(#<GODB:RELATIONSHIP 20602E54>)
  

Exceptional Situations:

None.

See Also:

GET-PARENT-RELATIONSHIPS
GET-RELATIONSHIPS

Notes:

None.


News

News in chronological order, most recent on top.

  • 2005-06-23
    Completed description.