Description Usage Arguments Details Value Author(s) Examples
View source: R/makeExampleBASiCS_Data.R
A synthetic SingleCellExperiment
object is
generated by simulating a dataset from the model underlying BASiCS. This is
used to illustrate BASiCS in some of the package and vignette examples.
1 | makeExampleBASiCS_Data(WithBatch = FALSE, WithSpikes = TRUE)
|
WithBatch |
If |
WithSpikes |
If |
Note: In BASiCS versions < 1.5.22, makeExampleBASiCS_Data
used a fixed seed within the function. This has been removed to comply with
Bioconductor policies. If a reproducible example is required, please use
set.seed
prior to calling makeExampleBASiCS_Data
.
An object of class SingleCellExperiment
, with
synthetic data simulated from the model implemented in BASiCS.
If WithSpikes = TRUE
, it contains 70 genes (50 biological and
20 spike-in) and 30 cells. Alternatively, it contains 50 biological
genes and 30 cells.
Catalina A. Vallejos cnvallej@uc.cl
Nils Eling eling@ebi.ac.uk
1 2 | Data <- makeExampleBASiCS_Data()
is(Data, 'SingleCellExperiment')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.