[560303]: / R / data.R

Download this file

31 lines (28 with data), 635 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#' BatchData
#'
#' A dataset for conducting batch corerction in TCGA samples
#'
#' @format A data frame with 23263 observations and 3 variables:
#' @source \url{AMARETTO}
"BatchData"
#' Driver_Genes
#'
#' A list of cancer driver genes described in literature.
#'
#' @format List
#' @source \url{AMARETTO}
"Driver_Genes"
#' ProcessedDataLIHC
#'
#' A list of dataframes of processed toy example dataset from TCGA-LIHC.
#'
#' @format List
#' @source \url{AMARETTO}
"ProcessedDataLIHC"
#' MsigdbMapping
#'
#' A dataset containing all MSIGDB pathways and their descriptions. .
#'
#' @format List
#' @source \url{AMARETTO}
"MsigdbMapping"