Generic function GET-PARENT-RELATIONSHIPS
Package:
GODB
Syntax:
get-parent-relationships go-handle accession => parent-relation-objects
Arguments and Values:
go-handle
---an object of type go-handle
accession
---a string
Description:
The generic function get-parent-relationships is used to find all parents of a term. It takes two parameters, go-handle, to preserve the session, and accession to identify the term whose parents to find. It returns a list of objects of type RELATIONSHIP
Known Methods:
-
get-parent-relationships (go-handle-object go-handle) (accession string) => parent-relationship-objects
Affected By:
None.
Examples:
cl-prompt: (godb:get-parent-relationships mygohandle "GO:0000126")
Exceptional Situations:
None.
See Also:
GET-CHILD-RELATIONSHIPS
GET-RELATIONSHIPS
Notes:
None.
News
News in chronological order, most recent on top.
- 2005-07-17
Completed description.
© 2005, Samantha Kleinberg, all rights reserved.