Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
/ ondisc Public
forked from timothy-barry/ondisc

Fast, universal, and intuitive computing on large-scale single-cell data.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

yixuan/ondisc

 
 

Repository files navigation

ondisc: large-scale computing on single-cell data

CRAN_Status_Badge 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:

  • Fast: ondisc is powered by several novel, highly efficient algorithms and data structures. All low-level code is written in C++ or C for maximum performance.
  • Universal: ondisc runs on all platforms, from laptops to supercomputers. ondisc works seamlessly when the size of the data exceeds the amount of available memory.
  • Ntuitive: ondisc leverages ideas from functional programming, making it simple for R users users to pick up and incorporate into their programs.

Take a look at the tutorials on the package website.

Installation

You can install the package from CRAN with:

install.packages("ondisc")

You can browse the source code on Github here.

About

Fast, universal, and intuitive computing on large-scale single-cell data.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 79.8%
  • C++ 20.2%