importPBMC | R Documentation |
These are functions to download example datasets that are subset from public data.
PBMC - Downsampled from GSE96583, Kang et al, Nature Biotechnology, 2018. Contains two scRNAseq datasets.
BMMC - Downsampled from GSE139369, Granja et al, Nature Biotechnology, 2019. Contains two scRNAseq datasets and one scATAC data.
CGE - Downsampled from GSE97179, Luo et al, Science, 2017. Contains one scRNAseq dataset and one DNA methylation data.
importPBMC(
dir = getwd(),
overwrite = FALSE,
method = "libcurl",
verbose = getOption("ligerVerbose", TRUE),
...
)
importBMMC(
dir = getwd(),
overwrite = FALSE,
method = "libcurl",
verbose = getOption("ligerVerbose", TRUE),
...
)
importCGE(
dir = getwd(),
overwrite = FALSE,
method = "libcurl",
verbose = getOption("ligerVerbose", TRUE),
...
)
dir |
Path to download datasets. Default current working directory
|
overwrite |
Logical, if a file exists at corresponding download
location, whether to re-download or directly use this file. Default
|
method |
|
verbose |
Logical. Whether to show information of the progress. Default
|
... |
Additional arguments passed to |
Constructed liger object with QC performed and missing data removed.
pbmc <- importPBMC()
bmmc <- importBMMC()
cge <- importCGE()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.