Skip to content

Commit

Permalink
Make plot S3 method for Wasserstein distances internal.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyChristidis committed Oct 25, 2024
1 parent 37c1461 commit 827d5d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: scDiagnostics
Title: Cell type annotation diagnostics
Version: 1.0.0
Version: 1.0.1
Authors@R: c(
person("Anthony", "Christidis", role = c("aut", "cre"),
email = "anthony-alexander_christidis@hms.harvard.edu",
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# CHANGES IN VERSION 1.0.0
* Initial release of the scDiagnostics package.
* Initial release of the scDiagnostics package.

# CHANGES IN VERSION 1.0.1
* Merged and revamped the vignettes.
* Improved visualizations.
4 changes: 1 addition & 3 deletions R/plot.calculateWassersteinDistanceObject.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
#' @param alpha A numeric value specifying the significance level for thresholding. Default is 0.05.
#' @param ... Additional arguments for future extensions.
#'
#' @internal
#'
#' @keywords visualization
#' @keywords internal
#'
#' @return A ggplot2 object representing the ridge plots of Wasserstein distances with annotated p-value.
#'
Expand Down

0 comments on commit 827d5d5

Please sign in to comment.