org.Mxanthus.db is an OrgDb object that stores the data from Annotation Hub that links each gene of the Genome with its corresponding GO terms and other biological identifiers.
AnnotationDb-class
for use of
the select()
interface.
1 2 3 4 5 6 7 | ## Obtain the columns stored in org.Mxanthus.eg.db
columns(org.Mxanthus.db)
## This is aquery to obtain the SYMBOL and the GO terms related to the GID 2000
select(org.Mxanthus.db, keys="2000", columns=c("SYMBOL", "GO"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.