R/exampleRNASeqData.R

#' @title 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.
#'
#' @docType data
#'
#' @usage data(exampleRNASeqData)
#'
#' @format An list contains \code{"dataMatrix"} and \code{"groupVec"}
#'
#' @keywords datasets
#'
#' @examples
#'
#' data(exampleRNASeqData)
#' head(exampleRNASeqData$dataMatrix)
#'
"exampleRNASeqData"

Try the PowerExplorer package in your browser

Any scripts or data that you put into this service are public.

PowerExplorer documentation built on April 28, 2020, 9:03 p.m.