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
14 lines (14 sloc) 356 Bytes
#' The gold standard of insilico_size10 data from DREAM4 in-silico challenge
#'
#' @docType data
#'
#' @usage data(dream4gs)
#'
#' @format the adjacency matrix where columns and rows correspond 10 genes and the entry 1 in the matrix indicates a link between two corresponding genes.
#'
#' @keywords datasets
#'
#' @examples
#' data(dream4gs)
#'
"dream4gs"