R/methods.R
, R/methods_SE.R
resolve_complete_confounders_of_non_interest-methods.Rd
This generic function processes a SummarizedExperiment object to handle confounders that are not of interest in the analysis. It dynamically handles combinations of provided factors, adjusting the data by nesting and summarizing over these factors.
resolve_complete_confounders_of_non_interest(se, ...)
# S4 method for class 'SummarizedExperiment'
resolve_complete_confounders_of_non_interest(se, ...)
# S4 method for class 'RangedSummarizedExperiment'
resolve_complete_confounders_of_non_interest(se, ...)
A modified SummarizedExperiment object with confounders resolved.
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).
# Not run:
# se is a SummarizedExperiment object
# resolve_complete_confounders_of_non_interest(se, factor1, factor2, factor3)