Description Usage Arguments Details Value Examples
Create minimal SingleCellExperiment
for documentation examples.
1 | exampleSCE(nrow = 8, ncol = 12, n_genes = 100, n_PCs = 10)
|
nrow |
Number of rows of spots |
ncol |
Number of columns of spots |
n_genes |
Number of genes to simulate |
n_PCs |
Number of principal components to include |
Inspired by scuttle's mockSCE()
.
A SingleCellExperiment object with simulated counts, corresponding
logcounts and PCs, and positional data in colData
. Spots are
distributed over an (nrow
x ncol
) rectangle.
1 2 | set.seed(149)
sce <- exampleSCE()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.