eds
This is the released version of eds; for the devel version, see eds.
eds: Low-level reader for Alevin EDS format
DOI: 10.18129/B9.bioc.eds
Bioconductor version: Release (3.22)
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.
Author: Avi Srivastava [aut, cre], Michael Love [aut, ctb]
Maintainer: Avi Srivastava <asrivastava at cs.stonybrook.edu>
citation("eds")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("eds")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("eds")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.