Skip to content

Commit

Permalink
export check_dup
Browse files Browse the repository at this point in the history
  • Loading branch information
huizezhang-sherry committed Sep 12, 2024
1 parent abf0938 commit cde5712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export(areColors)
export(basis_init)
export(basis_random)
export(center)
export(check_dup)
export(cmass)
export(cumulative_radial)
export(dcor2d)
Expand Down
1 change: 1 addition & 0 deletions R/search-jellyfish.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ search_jellyfish <- function(current, index, tries, max.tries = 50, ...) {
#' @param bases a list of bases extracted from the data collection object, see examples
#' @param min_dist the minimum distance between two bases
#' @rdname jellyfish
#' @export;
check_dup <- function(bases, min_dist) {
res <- list()
res[[1]] <- bases[[1]]
Expand Down

0 comments on commit cde5712

Please sign in to comment.