Description Usage Arguments Value Examples
Update/download new database - GO. New database will be gathered and stored locally.
1 2 3 4 5 6 7 | GO_DB_Update(
biomart = "ensembl",
dataset = "btaurus_gene_ensembl",
attributes = c("ensembl_gene_id", "go_id", "name_1006"),
keyword = "GO_DB",
DB_location = "."
)
|
biomart |
BioMart database name you want to connect to. Default |
dataset |
Mart object created with the useMart function. Default |
attributes |
Attributes you want to retrieve. Refer to |
keyword |
Keyword used for naming. Default |
DB_location |
Store path of the new database. Default is current working directory. |
NA. New dataset will be packed and stored in .RData format.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.