ondisc: large-scale computing on single-cell data

R build status Codecov test coverage

Single-cell datasets are growing in size, posing challenges as well as opportunities to biology researchers. ondisc (short for “on-disk single cell”) is an R package that enables users to easily and efficiently analyze large-scale single-cell data. ondisc makes computing on large-scale single-cell data FUN:

Take a look at the tutorials on the package website.

Installation

You can install the development version from GitHub with:

install.packages("devtools")
devtools::install_github("timothy-barry/ondisc")