CL-GODB: Standard Generic Function GET-RELATIONSHIPS

Generic function GET-RELATIONSHIPS

Package:

GODB

Syntax:

  get-relationships go-handle accession
  => Parents: parent-relation-objects
  Children: child-relation-objects
  

Arguments and Values:

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

accession---a string

Description:

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

Known Methods:

  •   get-relationships (go-handle-object go-handle) (accession string)
      => Parents: parent-relation-objects
      Children: child-relation-objects
      

Affected By:

None.

Examples:

cl-prompt: (godb:get-relationships mygohandle "GO:0001907")
(#<GODB:RELATIONSHIP 2061087C>)

Exceptional Situations:

None.

See Also:

GET-CHILD-RELATIONSHIPS
GET-PARENT-RELATIONSHIPS

Notes:

None.


News

News in chronological order, most recent on top.

  • 2005-07-17
    Completed description.