Description Usage Arguments Value Author(s) See Also Examples
Creates a single-cell GDS file from an R object.
1 2 |
obj |
a dense/sparse matrix, DelayedMatrix, SummarizedExperiment or SingleCellExperiment |
outfn |
the output file name in GDS format |
save.sp |
if |
type |
numeric data type in the output file |
compress |
the compression method, see |
clean |
TRUE |
verbose |
if |
Return the path of the output file.
Xiuwen Zheng
1 2 3 4 5 6 7 8 | # load a SingleCellExperiment object
fn <- system.file("extdata", "LaMannoBrainSub.rds", package="SCArray")
sce <- readRDS(fn)
scConvGDS(sce, "test.gds")
# remove the temporary output file
unlink("test.gds")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.