View source: R/covariates_not_confounded.R
covariates_not_confounded | R Documentation |
Returns list of covariates not confounded by batch; helper function for explained variation and for populating shiny app condition options
covariates_not_confounded(se, batch)
se |
Summarized experiment object |
batch |
Batch variable |
List of explained variation by batch and condition
library(scran)
se <- mockSCE()
covariates_not_confounded <- BatchQC::covariates_not_confounded(se,
batch = "Mutation_Status")
covariates_not_confounded
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.