resolve_complete_confounders_of_non_interest

resolve_complete_confounders_of_non_interest

# S4 method for class 'SummarizedExperiment'
resolve_complete_confounders_of_non_interest(se, ...)

# S4 method for class 'RangedSummarizedExperiment'
resolve_complete_confounders_of_non_interest(se, ...)

Arguments

se

A `SummarizedExperiment` object. This object contains assay data, row data (e.g., gene annotations), and column data (e.g., sample annotations).

...

Factors of non-interest (column names from `colData(se)`) to examine for complete confounders.

Value

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).