- Home
- Bioconductor 3.23
- Software Packages
- SCArray (development version)
SCArray
This is the development version of SCArray; for the stable release version, see SCArray.
Large-scale single-cell omics data manipulation with GDS files
Bioconductor version: Development (3.23)
Provides large-scale single-cell omics data manipulation using Genomic Data Structure (GDS) files. It combines dense and sparse matrices stored in GDS files and the Bioconductor infrastructure framework (SingleCellExperiment and DelayedArray) to provide out-of-memory data storage and large-scale manipulation using the R programming language.
Author: Xiuwen Zheng [aut, cre] ORCID iD ORCID: 0000-0002-1390-0708
Maintainer: Xiuwen Zheng <xiuwen.zheng at abbvie.com>
citation("SCArray")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("SCArray")
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("SCArray")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.