CL-GODB: Standard Generic Function GO-ACCESSION-GENE-PRODUCTS

Generic function GO-ACCESSION-GENE-PRODUCTS

Package:

GODB

Syntax:

  go-accession-gene-products go-handle accession
  => list-of-gene-product-objects
  

Arguments and Values:

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

accession---a string

Description:

The generic function go-accession-gene-products is used to find the gene products associated with an accession number. It takes two parameters, go-handle, to preserve the session, and accession to identify the item whose gene products are to be found. It returns a list of objects of type GENE PRODUCT.

Known Methods:

  •   go-accession-gene-products (go-handle-object go-handle) (accession string)
      => list-of-gene-product-objects
      

Affected By:

None.

Examples:

cl-prompt: (godb:go-accession-gene-products mygohandle "GO:0000121")
(#<GODB:GENE-PRODUCT 2153362C> #<GODB:GENE-PRODUCT 2153365C> #<GODB:GENE-PRODUCT 2153368C> #<GODB:GENE-PRODUCT 215336BC>)

Exceptional Situations:

None.

See Also:

GENE-PROD-GO-ACCESSIONS

Notes:

The function first checks if each gene product is currently indexed. If it is, it's returned. Otherwise a new object is created and then indexed and returned.


News

News in chronological order, most recent on top.

  • 2005-06-20
    Completed description.