README.md

pipette

Install with Bioconda Lifecycle: stable

Pipette biological data in and out of R.

Installation

This is an R package.

if (!requireNamespace("BiocManager", quietly = TRUE)) {
    install.packages("BiocManager")
}
install.packages(
    pkgs = "pipette",
    repos = c(
        "https://r.acidgenomics.com",
        BiocManager::repositories()
    ),
    dependencies = TRUE
)

Conda method

Configure Conda to use the Bioconda channels.

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


steinbaugh/brio documentation built on Feb. 1, 2024, 6:42 p.m.