scArray {SCArray} | R Documentation |
Gets an DelayedArray instance from a single-cell GDS file.
scArray(gdsfile, varname)
gdsfile |
character for a file name, or a single-cell GDS object with
class |
varname |
character for the node name in the GDS file |
Return an object of class DelayedArray
.
Xiuwen Zheng
# a GDS file for SingleCellExperiment fn <- system.file("extdata", "LaMannoBrainData.gds", package="SCArray") cnt <- scArray(fn, "counts") cnt