View source: R/make_eupath_bsgenome.R
make_eupath_bsgenome | R Documentation |
Since we go to the trouble to try and generate nice orgdb/txdb/organismdbi packages, it seems to me that we ought to also be able to make a readable genome package. I should probably use some of the logic from this to make the organismdbi generator smarter.
make_eupath_bsgenome(
entry,
eu_version = NULL,
build_dir = "build",
copy_s3 = FALSE,
install = TRUE,
reinstall = FALSE,
author = NULL,
verbose = FALSE,
build = TRUE
)
entry |
Single eupathdb metadata entry. |
eu_version |
Which version of the eupathdb to use for creating the BSGenome? |
build_dir |
Working directory. |
copy_s3 |
Copy the 2bit file into an s3 staging directory for copying to AnnotationHub? |
install |
Install the resulting package? |
reinstall |
Rewrite an existing package directory. |
... |
Extra arguments for downloading metadata when not provided. |
List of package names generated (only 1).
atb
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.