Skip to content

Commit

Permalink
change default to ashr
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-james committed Dec 5, 2024
1 parent a390db8 commit d0927e5
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 @@ -489,7 +489,7 @@ deg.deseq2 <- function(se,
control,
sample.col,
covariates=NULL, independentFiltering=as.logical(Sys.getenv("DESEQ2_INDEPENDENT", "TRUE")=="TRUE"),
shrinkage=Sys.getenv("DESEQ2_SHRINKAGE", "apeglm"),
shrinkage=Sys.getenv("DESEQ2_SHRINKAGE", "ashr"),
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 d0927e5

Please sign in to comment.