Description Details Author(s) Examples
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.
Package: | SCArray |
Type: | Package |
License: | GPL version 3 |
Xiuwen Zheng xiuwen.zheng@abbvie.com
1 2 3 4 5 | # a GDS file for SingleCellExperiment
fn <- system.file("extdata", "LaMannoBrainData.gds", package="SCArray")
sce <- scExperiment(fn)
sce
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.