Skip to content

Commit

Permalink
Update maaslin3.R
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNickols authored Nov 24, 2024
1 parent 3f1c1bd commit ce21267
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/maaslin3.R
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ maaslin_log_arguments <- function(input_data,
cores = 1,
save_models = FALSE,
verbosity = 'FINEST',
summary_plot_balanced=FALSE) {
summary_plot_balanced = FALSE) {
# Allow for lower case variables
normalization <- toupper(normalization)
transform <- toupper(transform)
Expand Down Expand Up @@ -2436,7 +2436,7 @@ maaslin_plot_results_from_output <- function(output,
heatmap_vars = NULL,
plot_associations = TRUE,
max_pngs = 30,
balanced=FALSE) {
balanced = FALSE) {

# create an output folder and figures folder if it does not exist
if (!file.exists(output)) {
Expand Down Expand Up @@ -2624,7 +2624,7 @@ maaslin3 <- function(input_data,
cores = 1,
save_models = FALSE,
verbosity = 'FINEST',
summary_plot_balanced=FALSE) {
summary_plot_balanced = FALSE) {
logging::logReset()

# Allow for lower case variables
Expand Down Expand Up @@ -2682,7 +2682,7 @@ maaslin3 <- function(input_data,
cores,
save_models,
verbosity,
balanced
summary_plot_balanced
)

# Read data in
Expand Down

0 comments on commit ce21267

Please sign in to comment.