-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
65 lines (52 loc) · 1.59 KB
/
_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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
url: http://github.com/xinghuq/KLFDAPC
development:
mode: auto
template:
params:
ganalytics: UA-158177382-1
authors:
Xinghu Qin:
href: https://sites.google.com/view/communitygenomics/home
navbar:
left:
- text: "Home"
href: index.html
- text: "Articles"
href: articles/index.html
- text: "Manual"
href: reference/index.html
home:
- title: Kernel Local Fisher Discriminant Analysis of Principal Component Analysis (KLFDAPC) for inference of individual geograhphic origin and detection of natural selection
contents:
- index
- title: Kernel Local Fisher Discriminant Analysis of Principal Component Analysis (KLFDAPC)
links:
- text: Ask a question about KLFDAPC
href: https://community.rstudio.com/
articles:
- title: "Population structure of SARS-Cov-2"
contents:
- Population_structure_of_Covid
- title: "Population structure of Regmap data"
contents:
- Population_structure_of_RegMap
- title: "Detecting signatures of selection using KLFDAPC"
contents:
- Genome_scan_KLFDAPC
reference:
- title: KLFDAPC general function
desc: Kernel Local Fisher Discriminant Analysis of Principal Component Analysis functions
- contents:
- starts_with("KLFDA")
- starts_with("KLFDAPC")
- starts_with("predict.klfdapc")
- title: Kernel methods
- contents:
- starts_with("kmatrixGauss")
- starts_with("KLFDAPC")
- title: Genome scan based on KLFDAPC
- contents:
- starts_with("KLFDAPT")
- title: Data
- contents:
- starts_with("regmappcs")