Description Details Author(s) Examples
This manual page enumerates the kinds of data represented by the
values returned when the user calls columns
or keytypes
All the possible values for columns
and keytypes
are listed
below.
GO Identifiers
The definition of a GO Term
Which of the three Gene Ontologies (BP, CC, or MF)
The actual GO term
To get the latest information about the date stamps and source URLS for the data used to make an annotation package, please use the metadata method as shown in the example below.
Marc Carlson
1 2 3 4 5 6 7 8 9 10 11 12 13 | library(GO.db)
## List the possible values for columns
columns(GO.db)
## List the possible values for keytypes
keytypes(GO.db)
## get some values back
keys <- head(keys(GO.db))
keys
select(GO.db, keys=keys, columns=c("TERM","ONTOLOGY"),
keytype="GOID")
## More infomation about the dates and original sources for these data:
metadata(GO.db)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.