Skip to content

Commit

Permalink
groupComparisonQCPlots file corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Anshuman Raina committed Sep 27, 2024
1 parent ea435a6 commit 4813ef3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/groupComparisonQCPlots.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.')
}
}

Expand All @@ -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)
}
}

Expand Down

0 comments on commit 4813ef3

Please sign in to comment.