- Home
- Bioconductor 3.16
- Software Packages
- SCArray
SCArray
This package is for version 3.16 of Bioconductor; for the stable, up-to-date release version, see SCArray.
Large-scale single-cell RNA-seq data manipulation with GDS files
Bioconductor version: 3.16
Provides large-scale single-cell RNA-seq 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]
Maintainer: Xiuwen Zheng <xiuwen.zheng at abbvie.com>
citation("SCArray")):
Installation
To install this package, start R (version "4.2") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
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.