Description Usage Arguments Value Author(s) See Also Examples
Closes a single-cell GDS file which is open.
1 | scClose(gdsfile)
|
gdsfile |
a single-cell GDS object with class |
None.
Xiuwen Zheng
1 2 3 4 5 6 7 8 9 10 11 | # a GDS file for SingleCellExperiment
fn <- system.file("extdata", "LaMannoBrainData.gds", package="SCArray")
# open the GDS file
(f <- scOpen(fn))
# read
cell.id <- read.gdsn(index.gdsn(f, "feature.id"))
samp.id <- read.gdsn(index.gdsn(f, "sample.id"))
scClose(f)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.