Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 708 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 708 Bytes

ABCutilities

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.

Installation

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")