- Home
- Bioconductor 3.22
- Software Packages
- basilisk
basilisk
This is the released version of basilisk; for the devel version, see basilisk.
Freezing Python Dependencies Inside Bioconductor Packages
Bioconductor version: Release (3.22)
Installs a self-contained conda instance that is managed by the R/Bioconductor installation machinery. This aims to provide a consistent Python environment that can be used reliably by Bioconductor packages. Functions are also provided to enable smooth interoperability of multiple Python environments in a single R session.
Author: Aaron Lun [aut, cre, cph], Vince Carey [ctb]
Maintainer: Aaron Lun <infinite.monkeys.with.keyboards at gmail.com>
citation("basilisk")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("basilisk")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("basilisk")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.