forked from broadinstitute/infercnv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.R
42 lines (37 loc) · 1.15 KB
/
data.R
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
32
33
34
35
36
37
38
39
40
41
42
#' Generated SmartSeq2 expression data with 10 normal cells and 10 tumor cells.
#' This is only to demonstrate how to use methods, not actual data to be used in an analysis.
#'
#' @format A data frame with 8252 rows (genes) and 20 columns (cells)
#'
#'
"infercnv_data_example"
#' Generated classification for 10 normal cells and 10 tumor cells.
#'
#' @format A data frame with 20 rows (cells) and 1 columns (classification)
#'
#'
"infercnv_annots_example"
#' Downsampled gene coordinates file from GrCh37
#'
#' @format A data frame with 10338 rows (genes) and 3 columns (chr, start, end)
#'
#'
"infercnv_genes_example"
#' infercnv object result of the processing of run() in the example, to be used for other examples.
#'
#' @format An infercnv object
#'
#'
"infercnv_object_example"
#' infercnv object result of the processing of run() in the HMM example, to be used for other examples.
#'
#' @format An infercnv object containing HMM predictions
#'
#'
"HMM_states"
#' infercnv object result of the processing of inferCNVBayesNet in the example, to be used for other examples.
#'
#' @format An infercnv object containing posterior probability of CNV states
#'
#'
"mcmc_obj"