Generic function IS-ASSOCIATION-ACCESSION-INDEXED-P
Package:
GODB
Syntax:
is-association-accession-indexed-p go-handle accession => association-object
Arguments and Values:
go-handle
---an object of type go handle
accession
---a string
Description:
The generic function is-association-accession-indexed-p is used to determine whether an association is currently indexed by its accession number. It takes two parameters, go handle, to preserve the session, and accession, the accession to look for in the index. It returns an object of type association if the accession is indexed and nothing if it is not.
Known Methods:
-
is-association-accession-indexed-p (go-handle-object go-handle) (accession string) => association-object
Affected By:
None.
Examples:
(godb:is-association-accession-indexed-p mygohandle "GO:0000126")
Exceptional Situations:
None.
See Also:
IS-ASSOCIATION-GENE-PROD-INDEXED-P
Notes:
None.
News
News in chronological order, most recent on top.
- 2005-06-14
Completed description.
© 2005, Samantha Kleinberg, all rights reserved.