Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Honchkrow committed Jul 15, 2024
1 parent 0b5964a commit 9767728
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ importFrom(ggplot2,ylab)
importFrom(ggpubr,ggarrange)
importFrom(ggpubr,stat_cor)
importFrom(magrittr,"%>%")
importFrom(matrixStats,rowMaxs)
importFrom(progress,progress_bar)
importFrom(reshape2,melt)
importFrom(stats,cor)
Expand Down
2 changes: 2 additions & 0 deletions R/geneMetrics.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#' row: cell types, column: samples.
#' @param method One of c("SSIM", "JS"),
#'
#' @importFrom matrixStats rowMaxs
#'
#' @return vector
#'
#' @export
Expand Down
1 change: 1 addition & 0 deletions R/utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ kl_divergence <- function(p, q) {
#'
#' @return prob_matrix
#'
#'
#' @keywords internal
#'
calculate_probabilities <- function(matrix) {
Expand Down

0 comments on commit 9767728

Please sign in to comment.