Diff of /R/data.R [000000] .. [2ab972]

Switch to unified view

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