R/test_stratification_cellularity.R
test_stratification_cellularity-methods.Rd
test_stratification_cellularity
test_stratification_cellularity
# S4 method for class 'SummarizedExperiment'
test_stratification_cellularity(
.data,
.formula,
.abundance = NULL,
method = c("cibersort", "llsr", "epic", "mcp_counter", "quantiseq", "xcell"),
reference = X_cibersort,
...
)
# S4 method for class 'RangedSummarizedExperiment'
test_stratification_cellularity(
.data,
.formula,
.abundance = NULL,
method = c("cibersort", "llsr", "epic", "mcp_counter", "quantiseq", "xcell"),
reference = X_cibersort,
...
)
A `SummarizedExperiment` object
A formula representing the desired linear model
The name of the transcript/gene abundance column
A character string naming the deconvolution method
Reference matrix or method-specific handle
Additional arguments passed through to the underlying deconvolution function
A consistent object (to the input) with additional columns for the statistics from the hypothesis test (e.g., log fold change, p-value and false discovery rate).
A consistent object (to the input) with additional columns for the statistics from the hypothesis test (e.g., log fold change, p-value and false discovery rate).