get_bg | R Documentation |
Generate background genes given one or more species. Caches the list to avoid excessive API calls to g:Profiler.
get_bg(
species1 = "human",
species2 = "human",
method = "gprofiler",
save_dir = KGExplorer::cache_dir(package = "MSTExplorer"),
overwrite = FALSE,
verbose = TRUE,
...
)
species1 |
First species. |
species2 |
Second species. |
method |
R package to use for gene mapping:
|
save_dir |
Directory to save data to. |
overwrite |
Should any local files of the same name be overwritten?
default |
verbose |
Print messages. |
... |
Arguments passed on to
|
A vector of background genes.
bg <- get_bg()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.