Skip to content

Commit

Permalink
removed any remnants of plotOutliers
Browse files Browse the repository at this point in the history
  • Loading branch information
MicTott committed Apr 8, 2024
1 parent 37b4095 commit 3caf40a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/localVariance.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
#' name = "local_mito_variance_k36"
#' )
#'
#' plotOutliers(spe, metric="local_mito_variance_k36")
#' plotQC(spe, metric="local_mito_variance_k36")
#'
localVariance <- function(spe, n_neighbors = 36,
features = c("expr_chrM_ratio"),
Expand Down
2 changes: 1 addition & 1 deletion man/findArtifacts.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/localVariance.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/getting_started.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ spe$local_outliers <- as.logical(spe$sum_outliers) |

### Visualizing local outliers

We can visualize the local outliers using the `plotOutliers` function. This
We can visualize the local outliers using the `plotQC` function. This
function creates a scatter plot of the specified metric and highlights the
local outliers in red using the `escheR` package. Here, we'll visualize local
outliers of library size, unique genes, mitochondrial percent, and finally, all
Expand Down

0 comments on commit 3caf40a

Please sign in to comment.