Description Usage Arguments Value Author(s) See Also Examples
Gets an instance of SingleCellExperiment or SummarizedExperiment.
1 | scExperiment(gdsfile, sce=TRUE, use.names=TRUE, load.row=TRUE, load.col=TRUE)
|
gdsfile |
character for a file name, or a single-cell GDS object with
class |
sce |
if |
use.names |
if |
load.row |
|
load.col |
|
Return an instance of SingleCellExperiment
or
SummarizedExperiment
.
Xiuwen Zheng
1 2 3 4 5 | # a GDS file for SingleCellExperiment
fn <- system.file("extdata", "LaMannoBrainData.gds", package="SCArray")
sce <- scExperiment(fn)
sce
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.