Skip to content

Commit

Permalink
changed from plotOutliers to plotQC in findArtifacts example
Browse files Browse the repository at this point in the history
  • Loading branch information
MicTott committed Apr 8, 2024
1 parent a408863 commit 37b4095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/findArtifacts.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#' name = "artifact"
#' )
#'
#' plotOutliers(spe, metric="subsets_Mito_ratio", outliers="artifact")
#' plotQC(spe, metric="expr_chrM_ratio", outliers="artifact")
#'
#' @export
findArtifacts <- function(
Expand Down

0 comments on commit 37b4095

Please sign in to comment.