Learn R Programming

BASiCS (version 0.7.30)

makeExampleBASiCS_D_Data: Create a simple example of a BASiCS_D_Data object with random data

Description

A simple BASiCS_D_Data-class object is generated by simulating a dataset from the model in BASiCS. This is used for the examples in the package and the vignette.

Usage

makeExampleBASiCS_D_Data()

Arguments

Value

An object of class BASiCS_D_Data-class, simulated from the model implemented in BASiCS (for 2 populations of cells). It contains 120 genes (100 biological and 20 spike-in) and 20 cells (10 in each sample).

Examples

Run this code
# NOT RUN {
Data = makeExampleBASiCS_D_Data()
is(Data, "BASiCS_D_Data")

# }

Run the code above in your browser using DataLab