Description Usage Arguments Value Author(s) See Also Examples
Gets an DelayedArray instance from a single-cell GDS file.
1 | 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
1 2 3 4 5 | # a GDS file for SingleCellExperiment
fn <- system.file("extdata", "LaMannoBrainData.gds", package="SCArray")
cnt <- scArray(fn, "counts")
cnt
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.