scArray {SCArray}R Documentation

Get an DelayedArray instance

Description

Gets an DelayedArray instance from a single-cell GDS file.

Usage

scArray(gdsfile, varname)

Arguments

gdsfile

character for a file name, or a single-cell GDS object with class SCArrayFileClass

varname

character for the node name in the GDS file

Value

Return an object of class DelayedArray.

Author(s)

Xiuwen Zheng

See Also

scOpen, scExperiment

Examples

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

cnt <- scArray(fn, "counts")
cnt

[Package SCArray version 1.2.1 Index]