pseudoBulk.Rd
Converting single cells to pseudo-bulks.
pseudoBulk(
sce,
phenotypes = NULL,
response = NULL,
clusterid = NULL,
assayName = "counts",
resampSizes = 100,
proportion = NULL,
calcMean = FALSE,
nPool = 15,
seed = 904800
)
SingleCellExpeirment
object.
Phenotypes to predict. Can be multiple.
Response matrix. Can be continuous.
Column name of colData for specifying groups for pseudobulking.
Assay used for pseudobulking.
How many pseudo-bulk resamples to generate from each cluster.
Used to determine unequal resampSizes.
Logical. Calculate mean of sum of expression for pseudobulking.
How many cells to use for pseudobulking.
Random seeds
An updated SingleCellExpeirment
object with a pseudobulk assay.