SCArray-package {SCArray}R Documentation

Large-scale single-cell RNA-seq data manipulation with GDS files

Description

The package combines dense/sparse matrices stored in GDS files and the Bioconductor infrastructure framework to provide out-of-memory data storage and manipulation using the R programming language.

Details

Package: SCArray
Type: Package
License: GPL version 3

Author(s)

Xiuwen Zheng xiuwen.zheng@abbvie.com

Examples

# a GDS file for SingleCellExperiment
fn <- system.file("extdata", "LaMannoBrainData.gds", package="SCArray")

sce <- scExperiment(fn)
sce

[Package SCArray version 1.0.0 Index]