This is a mirror and a fork of the ABCutilities package created by the Applied Bioinfotics Core, at Weill Cornell Medicine.
The goal of ABCutilities is to provide helper functions for other tools, with focus on genomics and bioinformatics.
The recommended way to install this package is through the R-Universe repository
install.packages(
"ABCutilities",
repos = c(
marchionnilab = "https://marchionnilab.r-universe.dev",
getOption("repos")
)
)
You can install the development version of ABCutilities from GitHub with:
remotes::install_github("luciorq/ABCutilities")