TestData: TestData: A test scRNA-seq real dataset for SwarnSeq

Description Usage Format Details Source Examples

Description

A toy dataset containing a single-cell RNA-seq (scRNA-seq) read counts matrix, ERCC spike-ins counts and spike-in concentration.

Usage

1

Format

Details

Source

Petropoulos S, et al. Cell, 2016, 165(4): 1012-1026.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# Load test data for DEsingle

data(TestData)
CountData = TestData$CountData
SpikeCounts = TestData$SpikeCounts
SpikConc = TestData$SpikeConc

# Specifying the two groups to be compared
# The sample number in group 1 and group 2 is 100 and 100 cells respectively
group <- c(rep(1,100), rep(2,100))

# Specifying the cluster-memberships of the cells.
CellCluster <- c(rep(1,20), rep(2,30), rep(3, 40), rep(4, 50), rep(5, 60))

sam-uofl/SwarnSeq documentation built on Sept. 6, 2020, 12:09 a.m.