R/sysdata.R

#' A gene expression profile dataframe
#'
#'
#' @format A data frame with 10000 rows and 64 variables:
#' @name sysdata

#' \itemize{
#'   \item table. Gene expression profile. Rownames of the table are entrez IDs of genes. Colnames are sample names. The elements of the table are the expression of genes.
#'   \item condition. The parameter is a vector which contains the condition information of the samples, such as condition<-c(type1,type1,type2,type2) of four samples.
#'   \item group1. The condition of samples that be compared.
#'   \item group2. The condition of samples that be compared.
#'   \item kg.sets. A collection of gene sets. An exsample data showed in data/.
#' }
"sysdata"
github-gs/Quantitative-pathway-analysis documentation built on May 13, 2019, 12:18 p.m.