Learn R Programming

PoissonSeq (version 1.1.2)

dat: A toy RNA-Seq data.

Description

This toy data contains 1000 genes, and 6 samples in each of the two classes. The sequencing depths of the 12 samples are rep(c(1, 2), 6). The first 80 genes are set to be overexpressed in Class 2, and the next 20 genes are set to be underexpressed in Class 2. The other 900 genes are null. This is a Poisson-distributed data.

Usage

data(dat)

Arguments

Format

A list.
n
the count matrix
y
the outcome vector
type
the outcome type
pair
whether the samples are paired or not