Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lpantano committed Nov 14, 2024
1 parent 146217b commit 59502c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/templates/rnaseq/DE/DEG.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ names(contrasts)=names_to_use
de_list=lapply(contrasts, function(contrast){
resLFC = results(de, contrast=contrast)
coef = paste0(contrast[1], "_", contrast[2], "_vs_", contrast[3])
#resLFCS <- lfcShrink(de, coef=coef, type="apeglm")
# resLFCS <- lfcShrink(de, coef=coef, type="apeglm")
resLFCS <- lfcShrink(de, contrast=contrast, type="ash")
res <- as.data.frame(resLFCS) %>%
Expand Down

0 comments on commit 59502c7

Please sign in to comment.