Skip to content

Commit dda9cb6

Browse files
author
Karin Schork
committed
fix workflow_ANOVA
1 parent 7df962e commit dda9cb6

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

NAMESPACE

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export(ANOVA_repeatedMeasurements_single_row)
66
export(ANOVA_standard_single_row)
77
export(Boxplots)
88
export(Boxplots_candidates)
9-
export(Heatmap_with_groups)
109
export(MA_Plot_single)
1110
export(MA_Plots)
1211
export(PCA_Plot)
@@ -16,15 +15,13 @@ export(VolcanoPlot_ANOVA)
1615
export(VolcanoPlot_ttest)
1716
export(add_labels)
1817
export(automatedNormalization)
19-
export(calculate_onoff)
2018
export(calculate_significance_categories_ANOVA)
2119
export(calculate_significance_categories_ttest)
2220
export(prepareData)
2321
export(pvalue_foldchange_histogram)
2422
export(ttest)
2523
export(ttest_single_row)
2624
export(ttest_single_row_paired)
27-
export(workflow_ANOVA)
2825
export(workflow_QC)
2926
export(workflow_ttest)
3027
importFrom(magrittr,"%>%")

R/workflow_ttest.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
#' The plot width in cm.
5353
#' @param plot_dpi \strong{integer} \cr
5454
#' The "dots per inch" of the plot aka. the plot resolution.
55-
#'
55+
#'
5656
#' @param column_name_protein \strong{character} \cr
5757
#' The column name containing the proteins.
5858
#'
@@ -381,8 +381,8 @@ workflow_ANOVA <- function(data_path,
381381
group = data[["group"]], sample = data[["sample"]],
382382
paired = paired, var.equal = var.equal,
383383
log_before_test = log_before_test, delog_for_FC = delog_for_FC, log_base = 2,
384-
min_obs_per_group = 3, min_perc_per_group = NULL,
385-
filename = paste0(output_path, "results_ANOVA", suffix, ".xlsx"))
384+
min_obs_per_group = 3, min_perc_per_group = NULL)#,
385+
#filename = paste0(output_path, "results_ANOVA", suffix, ".xlsx"))
386386

387387
mess <- paste0(mess, "ANOVA calculated. \n")
388388

0 commit comments

Comments
 (0)