Skip to content

Commit

Permalink
Make rm_twins function available
Browse files Browse the repository at this point in the history
  • Loading branch information
zenalapp committed Sep 5, 2023
1 parent 260e606 commit 82ae091
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ export(bistro)
export(calc_allele_freqs)
export(calc_log10_lrs)
export(identify_matches)
export(rm_twins)
import(euroformix)
1 change: 1 addition & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ rm_dups <- function(df) {
#' @inheritParams bistro
#'
#' @return Data frame with twins removed
#' @export
#' @keywords internal
rm_twins <- function(human_profiles) {
not_twins <- human_profiles |>
Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ reference:
Sub-functions used by `bistro()`
contents:
- calc_allele_freqs
- rm_twins
- calc_log10_lrs
- identify_matches

0 comments on commit 82ae091

Please sign in to comment.