Skip to content

acidgenomics/r-acidbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

57ebbb7 · Dec 15, 2023
Dec 15, 2023
Dec 15, 2023
Oct 21, 2019
Dec 15, 2023
Sep 28, 2023
Jan 6, 2021
Jul 27, 2023
Dec 15, 2023
Feb 6, 2021
Dec 15, 2023
Dec 15, 2023
Aug 15, 2023
Mar 10, 2022
Sep 28, 2023
Oct 20, 2022

Repository files navigation

AcidBase

Install with Bioconda Lifecycle: stable

Low-level base functions imported by Acid Genomics packages.

Installation

This is an R package.

if (!requireNamespace("BiocManager", quietly = TRUE)) {
    install.packages("BiocManager")
}
install.packages(
    pkgs = "AcidBase",
    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-acidbase'
conda create --name="$name" "$name"
conda activate "$name"
R

About

Low-level base functions imported by Acid Genomics packages.

Resources

License

Stars

Watchers

Forks

Languages