Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/biobakery/Maaslin3
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNickols committed Jul 16, 2024
2 parents c1493e2 + 1b11a5c commit cf792e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/viz.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env Rscript
###############################################################################
# MaAsLin2 visualizations
# MaAsLin3 visualizations

# Copyright (c) 2018 Harvard School of Public Health

Expand Down Expand Up @@ -28,7 +28,7 @@ for (lib in c('dplyr', 'ggplot2', 'viridis', "grid", 'RColorBrewer', 'patchwork'
suppressPackageStartupMessages(require(lib, character.only = TRUE))
}

# MaAsLin2 theme based on Nature journal requirements
# MaAsLin3 theme based on Nature journal requirements
nature_theme <- function(x_axis_labels, y_label) {
# set default text format based on categorical and length
angle = NULL
Expand Down Expand Up @@ -62,7 +62,7 @@ nature_theme <- function(x_axis_labels, y_label) {
)
}

# MaAsLin2 summary_plot function for overall view of associations
# MaAsLin3 summary_plot function for overall view of associations
maaslin3_summary_plot <-
function(
merged_results,
Expand Down

0 comments on commit cf792e9

Please sign in to comment.