Skip to content

Commit

Permalink
Keep independent filtering on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-james committed Oct 30, 2024
1 parent 05ef111 commit e28b8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/deg.R
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ deg.deseq2 <- function(se,
case,
control,
sample.col,
covariates=NULL, independentFiltering=as.logical(Sys.getenv("DESEQ2_INDEPENDENT", "FALSE")=="TRUE"),
covariates=NULL, independentFiltering=as.logical(Sys.getenv("DESEQ2_INDEPENDENT", "TRUE")=="TRUE"),
prefix="DESeq2") {
pb = calculate_qc_metrics(se_make_pseudobulk(se, sample.col), assay="counts", qc_vars=c("mt", "ribo", "pc", "chrX", "chrY"))
X = SummarizedExperiment::assays(pb)$counts
Expand Down

0 comments on commit e28b8d1

Please sign in to comment.