BSgenome Package Repository
Browse community-built and Bioconductor BSgenome packages from the same AutoBSgenome interface used to build new packages.
-
packages
-
organisms
-
catalog
How to install
1
Copy the R install command
Each package card below shows a ready-to-copy R command that downloads the tarball first, then installs it from a local file.
local({options(timeout = 7200); url <- "TARBALL_URL"; tarball <- tempfile(fileext = ".tar.gz"); on.exit(unlink(tarball), add = TRUE); download.file(url, tarball, mode = "wb", method = "libcurl"); install.packages(tarball, repos = NULL, type = "source")})2
Download the tarball
You can also click Download to grab the tarball and install offline.
Loading repository metadata...
Loading packages from the repository index.