covariates_not_confounded: Returns list of covariates not confounded by batch; helper...

View source: R/covariates_not_confounded.R

covariates_not_confoundedR Documentation

Returns list of covariates not confounded by batch; helper function for explained variation and for populating shiny app condition options

Description

Returns list of covariates not confounded by batch; helper function for explained variation and for populating shiny app condition options

Usage

covariates_not_confounded(se, batch)

Arguments

se

Summarized experiment object

batch

Batch variable

Value

List of explained variation by batch and condition

Examples

library(scran)
se <- mockSCE()
covariates_not_confounded <- BatchQC::covariates_not_confounded(se,
                                            batch = "Mutation_Status")
covariates_not_confounded


compbiomed/BatchQC documentation built on May 3, 2024, 9:31 a.m.