View source: R/txdb_handling.R
save_txdb | R Documentation |
Save a txdb in the local cache.
save_txdb(
txdb,
species_name = NULL,
genome_name = NULL,
annotation_version = NULL,
force = FALSE
)
txdb |
a TxDb object |
species_name |
the name of the species (defaults to using the organism name from the txdb if none specified). |
genome_name |
the name of the genome (defaults to using the BioMart dataset version from the txdb if none specified). |
annotation_version |
a version id (defaults to using the BioMart database version if none specified) |
force |
boolean that forces writing of txdb even if matching one already exists (default: FALSE) |
cache_get_dir
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.