resolve_complete_confounders_of_non_interest,SummarizedExperiment-method | R Documentation |
resolve_complete_confounders_of_non_interest
resolve_complete_confounders_of_non_interest
## 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. 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. |
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).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.