createGoAnnot | R Documentation |
Retrieve GO information for a list of genes or all genes
createGoAnnot(queryList, biomart = "ENSEMBL_MART_ENSEMBL",
dataset = "hsapiens_gene_ensembl", attributes = c("ensembl_gene_id",
"name_1006", "go_id"), filters = ("ensembl_gene_id"), host)
queryList |
character vector; optional; id of genes |
biomart |
default: 'ENSEMBL_MART_ENSEMBL' |
dataset |
default: 'hsapiens_gene_ensembl' |
attributes |
default: c("ensembl_gene_id","name_1006", "go_id") |
filters |
default; "ensembl_gene_id" |
host |
optional; |
a data.frame with go identifiers and their names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.