resolve_complete_confounders_of_non_interest | R Documentation |
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 signature 'SummarizedExperiment'
resolve_complete_confounders_of_non_interest(se, ...)
## S4 method for signature 'RangedSummarizedExperiment'
resolve_complete_confounders_of_non_interest(se, ...)
se |
A SummarizedExperiment object that contains the data to be processed. |
... |
Arbitrary number of factor variables represented as symbols or quosures to be considered for resolving confounders. These factors are processed in combinations of two. |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.