View source: R/make_eupath_txdb.R
make_eupath_txdb | R Documentation |
This will hopefully create a txdb package and granges savefile for a single species in the eupathdb. This depends pretty much entirely on the successful download of a gff file from the eupathdb.
make_eupath_txdb(
entry = NULL,
eu_version = NULL,
reinstall = FALSE,
install = TRUE,
copy_s3 = FALSE,
verbose = FALSE,
build_dir = "build",
build = TRUE
)
entry |
One row from the organism metadata. |
eu_version |
Which version of the eupathdb to use for creating this package? |
reinstall |
Overwrite an existing installed package? |
install |
Install the resulting package? |
copy_s3 |
Copy the 2bit file into an s3 staging directory for copying to AnnotationHub? |
build_dir |
Base directory for building the package. |
TxDb instance name.
Keith Hughitt with significant modifications by atb.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.