eds
eds: Low-level reader for Alevin EDS format
Bioconductor version: 3.23 · Package version: 1.14.0
This packages provides a single function, readEDS. This is a low-level utility for reading in Alevin EDS format into R. This function is not designed for end-users but instead the package is predominantly for simplifying package dependency graph for other Bioconductor packages.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("eds") Details
| Maintainer | Avi Srivastava <asrivastava@cs.stonybrook.edu> |
| Author | Avi Srivastava [aut, cre], Michael Love [aut, ctb] |
| License | GPL-2 |
| URL | https://github.com/mikelove/eds |
| System Requirements | C++11 |
| Downloads rank | 366 |
| Source branch | RELEASE_3_23 |
| biocViews | GeneExpression, RNASeq, Sequencing, SingleCell, Software |
Documentation
Download
Dependencies
Depends: Matrix
Imports: Rcpp
LinkingTo: Rcpp
Suggests: knitr, tximportData, testthat (>= 3.0.0)