[4a0329]: / R / data.R

Download this file

67 lines (58 with data), 2.3 kB

 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#' simulated single cell multi-omics data.
#'
#' A dataset containing paired single-cell RNA-seq and ATAC-seq data as well as the true labels of cell groups
#'
#' @format A list contains two field data:
#' \describe{
#' \item{data}{Simulated single-cell RNA-seq and ATAC-seq data}
#' \item{labels}{The true labels of cell groups}
#' ...
#' }
#' @source \url{https://genomebiology.biomedcentral.com/articles/10.1186/s13059-020-1932-8}
"data_simulation"
#' A simulation dataset consists of five imbalanced cell clusters with five clusters in scRNA-seq data and three clusters in scATAC-seq data
#'
#' @format A list contains two field data:
#' \describe{
#' \item{data}{Simulated single-cell RNA-seq and ATAC-seq data}
#' \item{labels}{The true labels of cell groups}
#' ...
#' }
#' @source \url{https://genomebiology.biomedcentral.com/articles/10.1186/s13059-020-1932-8}
"data_simulation8"
#' single cell multi-omics data of kidney cells.
#'
#' kidney dataset containing paired single-cell RNA-seq and ATAC-seq data as well as the label information of each cell from the original paper
#'
#' @format A list contains two field data:
#' \describe{
#' \item{data}{Single-cell RNA-seq and ATAC-seq data}
#' \item{labels}{The cell type information of cell groups}
#' ...
#' }
#' @source \url{https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE117089}
"data_kidney"
#' single cell multi-omics data of A549 cells.
#'
#' A549 dataset containing paired single-cell RNA-seq and ATAC-seq data as well as the collected time information of each cell
#'
#' @format A list contains two field data:
#' \describe{
#' \item{data}{Single-cell RNA-seq and ATAC-seq data}
#' \item{labels}{The time information of cell groups}
#' ...
#' }
#' @source \url{https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE117089}
"data_A549"
#' single cell multi-omics data of mESC cells.
#'
#' mESC dataset containing paired single-cell RNA-seq and single-cell methylation data as well as the culture condition information of each cell
#'
#' @format A list contains two field data:
#' \describe{
#' \item{data}{Single-cell RNA-seq and single-cell methylation data}
#' \item{labels}{The culture condition information of cells}
#' ...
#' }
#' @source \url{https://github.com/bioFAM/MOFA/blob/master/vignettes/MOFA_example_scMT.Rmd}
"data_mESC"