From 4813ef35f380bdcc44b97e72347644ad2db96e07 Mon Sep 17 00:00:00 2001 From: Anshuman Raina Date: Fri, 27 Sep 2024 19:56:49 -0400 Subject: [PATCH] groupComparisonQCPlots file corrected --- R/groupComparisonQCPlots.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R/groupComparisonQCPlots.R b/R/groupComparisonQCPlots.R index 23de7a4..261daa7 100644 --- a/R/groupComparisonQCPlots.R +++ b/R/groupComparisonQCPlots.R @@ -75,9 +75,9 @@ modelBasedQCPlots = function( } if (address == FALSE) { if(all(which.Protein == 'all')){ - stop('** Cannnot generate all plots in a screen. Please set one protein at a time.') + stop('** Cannnot generate all plots in a screen. Please set one protein at a time.') } else if (length(which.Protein) > 1) { - stop('** Cannnot generate multiple plots in a screen. Please set one protein at a time.') + stop('** Cannnot generate multiple plots in a screen. Please set one protein at a time.') } } @@ -94,7 +94,7 @@ modelBasedQCPlots = function( dot.size, axis.size) } else if (toupper(type) == "RESIDUALPLOTS") { .plotResiduals(fitted_models, all_proteins, width, height, - address, dot.size, axis.size) + address, dot.size, axis.size) } }