Generic function INDEX-ASSOCIATION-BY-GENE-PROD
Package:
GODB
Syntax:
index-association-by-gene-prod go-handle new-association gene-product-id =>
Arguments and Values:
go-handle
---an object of type go handle
new-association
---an object of type association
gene-product-id
---an integer
Description:
The generic function index-association-by-accesion is called when a new association object is created. It adds the new association to a hash table, indexed by its gene-product-id. It takes three parameters, go handle, to preserve the session, new association, the association to be indexed, and gene-product-id, which will be the key.
Known Methods:
-
index-association-by-gene-prod (go-handle-object go-handle) (association-object association) (gene-product-id string) =>
Affected By:
None.
Examples:
cl-prompt: (godb:index-association-by-gene-prod mygohandle myassociation "GO:0000126")
Exceptional Situations:
None.
See Also:
INDEX-ASSOCIATION-BY-ACCESSION
Notes:
None.
News
News in chronological order, most recent on top.
- 2005-07-17
Completed description.
© 2005, Samantha Kleinberg, all rights reserved.