Skip to contents

Install with Bioconda Lifecycle: stable

S4 generic functions for Acid Genomics packages.

Installation

This is an R package.

install.packages(
    pkgs = "AcidGenerics",
    repos = c(
        "https://r.acidgenomics.com",
        getOption("repos")
    ),
    dependencies = TRUE
)

Conda method

Configure Conda to use the Bioconda channels.

# Don't install recipe into base environment.
name='r-acidgenerics'
conda create --name="$name" "$name"
conda activate "$name"
R

License

Apache-2.0 — Copyright 2018 Acid Genomics LLC — see LICENSE.md.