Skip to content
Permalink
339bb5649d
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
16 lines (16 sloc) 359 Bytes
#' One of the expression data (insilico_size10_1_knockouts) from DREAM4 in-silico challenge
#'
#'
#' @docType data
#'
#' @usage data(dream4)
#'
#' @format gene expression data as a matrix where columns correspond to 10 genes and rows correspond to samples (10 knockout).
#'
#' @keywords datasets
#'
#' @examples
#' data(dream4)
#' reg.dpm(dream4)
#'
"dream4"