View source: R/make_eupath_organismdbi.R
make_eupath_organismdbi | R Documentation |
The primary goal of an organismdbi instance is to provide a series of links between an orgdb, txdb, and other relevant annotation packages (reactome/go/etc). In its current iteration, this function brings together a couple columns from the orgdb, txdb, GO.db, and reactome.db.
make_eupath_organismdbi(
entry = NULL,
eu_version = NULL,
build_dir = "build",
installp = TRUE,
reinstall = FALSE,
exclude_join = "ENTREZID",
copy_s3 = FALSE,
build = TRUE
)
entry |
A row from the eupathdb metadataframe. |
eu_version |
Which version of the eupathdb to use for creating this package? |
build_dir |
Directory in which to build the packages. |
installp |
Install the resulting package? |
reinstall |
Overwrite existing data files? |
exclude_join |
I had a harebrained idea to automatically set up the joins between columns of GO.db/reactome.db/orgdb/txdb objects. This variable is intended to exclude columns with common IDs that might multi-match spuriously – I think in the end I killed the idea though, perhaps this should be removed or resurrected. |
copy_s3 |
Copy the 2bit file into an s3 staging directory for copying to AnnotationHub? |
The result of attempting to install the organismDbi package.
Keith Hughitt, modified by atb.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.