View source: R/LawlorPancreasData.R
LawlorPancreasData | R Documentation |
Provides the human pancreas single-cell RNA-seq data from Lawlor et al. (2017).
LawlorPancreasData(legacy = FALSE)
legacy |
Logical scalar indicating whether to pull data from ExperimentHub. By default, we use data from the gypsum backend. |
Column metadata is provided in the same form as supplied in GSE86469. This contains information such as the cell type labels and patient status.
All data are downloaded from ExperimentHub and cached for local re-use.
Specific resources can be retrieved by searching for scRNAseq/lawlor-pancreas
.
A SingleCellExperiment object with a single matrix of read counts.
Aaron Lun
Lawlor N et al. (2017). Single-cell transcriptomes identify human islet cell signatures and reveal cell-type-specific expression changes in type 2 diabetes. Genome Res. 27(2), 208-222.
sce <- LawlorPancreasData()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.