Skip to content

Commit

Permalink
Fix typo in function name resolves #3
Browse files Browse the repository at this point in the history
  • Loading branch information
zenalapp committed Nov 17, 2023
1 parent 94e0568 commit 735dd46
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
^docs$
^pkgdown$
^codecov\.yml$
^doc$
^Meta$
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
.DS_Store
inst/doc
docs
/doc/
/Meta/
4 changes: 2 additions & 2 deletions vignettes/bistro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@ We have also implemented a few other matching algorithms including:

- `match_exact()`: Exact matching of all markers and alleles
- `match_similarity()`: Similarity matching based on the highest similarity value between humans in a reference database
- `match_static_threshold()`: Matching based on static log10LR threshold.
- `match_static_thresh()`: Matching based on static log10LR threshold.

These algorithms take similar inputs to `bistro()`, or in the case of `match_static_threshold()`, a `bistro()` output.
These algorithms take similar inputs to `bistro()`, or in the case of `match_static_thresh()`, a `bistro()` output.

Look out for our upcoming manuscript for a comparison of these methods.

0 comments on commit 735dd46

Please sign in to comment.