-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
41 lines (36 loc) · 889 Bytes
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
url: https://duke-malaria-collaboratory.github.io/bistro/
template:
bootstrap: 5
reference:
- title: bistro matching function
desc: >
Uses the bistro algorithm to identify matches between bloodmeals and people
contents:
- bistro
- title: Built-in datasets
contents:
- bloodmeal_profiles
- human_profiles
- pop_allele_freqs
- title: Other matching functions
contents:
- match_exact
- match_similarity
- match_static_thresh
- title: Create a human database from bloodmeal profiles
desc: >
Create a human database from single-source bloodmeals with complete STR profiles
contents:
- create_db_from_bloodmeals
- title: Other functions
desc: >
Sub-functions used by `bistro()`
contents:
- calc_allele_freqs
- prep_bloodmeal_profiles
- prep_human_profiles
- rm_dups
- rm_twins
- filter_peaks
- calc_log10_lrs
- identify_matches