A full human pancreatic islet bulk RNA-seq SummarizedExperiment derived
from a brefeldin A perturbation study. The object keeps all samples from the
published islet arm and stores a symbol-level count matrix that can be used
directly in bulk DE and deconvolution examples together with the
bundled panc8_sub reference.
Source
Derived from
GSE152615.
The bundled object is built from the supplementary matrix
GSE152615_Rawcounts_filtered.txt.gz. The published non-integer count values
are rounded to the nearest integer for count-based example workflows.
Examples
if (interactive()) {
data(islet_bulk)
SummarizedExperiment::assayNames(islet_bulk)
head(rownames(islet_bulk))
table(SummarizedExperiment::colData(islet_bulk)$condition)
}