Installing dcifer

The dcifer R package is both on CRAN and part of the plasmogenepi.r-universe.

You can install it by running the following code:

# Install dcifer in R:
install.packages('dcifer', repos = c('https://plasmogenepi.r-universe.dev', 'https://cloud.r-project.org'))
Back to top