Skip to content

Commit

Permalink
Style package
Browse files Browse the repository at this point in the history
  • Loading branch information
jpquast committed Nov 2, 2024
1 parent 0ab7714 commit 047b711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/calculate_diff_abundance.R
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ missingness type is assigned.\n The created comparisons are: \n", prefix = "\n",
message("DONE", appendLF = TRUE)
message("[6/7] Compute empirical Bayes statistics ... ", appendLF = FALSE)

if (packageVersion("limma") < "3.61.8"){
if (packageVersion("limma") < "3.61.8") {
moderated_t_test_fit3 <- limma::eBayes(moderated_t_test_fit2)
} else {
moderated_t_test_fit3 <- limma::eBayes(moderated_t_test_fit2, legacy = limma_legacy_estimation)
Expand Down

0 comments on commit 047b711

Please sign in to comment.