exampleRNASeqData {PowerExplorer}R Documentation

Randomly Generated RNASeq Dataset

Description

This is a randomly generated RNASeq dataset with 130 gene entries (rows) and 15 samples (columns) in 3 sample groups A, B and C, the log2 fold change (LFC) between group B and A is specified as 1, between C and B is also 1, thus the LFC is 2 between C and A.

Usage

data(exampleRNASeqData)

Format

An list contains "dataMatrix" and "groupVec"

Examples


data(exampleRNASeqData)
head(exampleRNASeqData$dataMatrix)


[Package PowerExplorer version 1.4.0 Index]