Skip to content

Commit

Permalink
Merge pull request #135 from huizezhang-sherry/master
Browse files Browse the repository at this point in the history
export check_dup
  • Loading branch information
dicook committed Sep 13, 2024
2 parents 0097ad7 + c1b829d commit 07f1d49
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 07f1d49

Please sign in to comment.