CL-GODB: Standard Generic Function GENE-PROD-GO-ACCESSIONS

Generic function GENE-PROD-GO-ACCESSIONS

Package:

GODB

Syntax:

  gene-prod-go-accessions go-handle gene-symbol
  => list-of-accessions
  

Arguments and Values:

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

gene-symbol---a string

Description:

The generic function gene-prod-go-accessions is used to find the accession numbers associated with a gene symbol. It takes two parameters, go-handle, to preserve the session, and gene-symbol to identify the item whose accessions are to be found. It returns a list of strings containing the accessions.

Known Methods:

  •   gene-prod-go-accessions (go-handle-object go-handle) (gene-symbol string)
      => list-of-accessions
      

Affected By:

None.

Examples:

cl-prompt: (godb:gene-prod-go-accessions mygohandle "bop2")
(GODB::GO\:0008372 GODB::GO\:0005554 GODB::GO\:0000004)

Exceptional Situations:

None.

See Also:

GO-ACCESSION-GENE-PRODUCTS

Notes:


News

News in chronological order, most recent on top.

  • 2005-06-14
    Completed description.