gprofiler_orgs | R Documentation |
Organism for which gene references are available via gProfiler API. Used as a backup if API is not available.
data.frame
# NOTE!: Must run usethis::use_data for all internal data at once.
# otherwise, the prior internal data will be overwritten.
#### Internal data 1: gprofiler_namespace ####
#### Manually-prepared CSV ####
path <- "inst/extdata/gprofiler_namespace.csv.gz"
gprofiler_namespace <- data.table::fread(path)
#### Internal data 2: gprofiler_orgs
gprofiler_orgs <- orthogene:::get_orgdb_gprofiler(use_local=FALSE)
#### Save ####
usethis::use_data(gprofiler_orgs,gprofiler_namespace,
overwrite = TRUE, internal=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.