forked from kenhanscombe/ukbkings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
72 lines (62 loc) · 1.46 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
66
67
68
69
70
71
72
---
destination: docs
reference:
- contents:
- '`ukbkings`'
- title: Query project data
desc: >
Functions to inpsect the field finder (includes field, name, type), add
fields to a one-per-line file for variables of interest, and check codes
for categorical variables.
contents:
- '`bio_field`'
- '`bio_field_add`'
- title: Create a dataframe
desc: >
Retrieve data for fields of interest and write as serialised dataframe.
contents:
- '`bio_phen`'
- '`bio_rename`'
- title: Retrieve record-level data
desc: >
Functions to retrieve UKB record-level data.
contents:
- '`bio_record`'
- '`bio_record_map`'
- title: Retrieve returned data
desc: >
Functions to retrieve UKB returned data.
contents:
- '`bio_return`'
- title: Retrieve coding maps and lookups
desc: >
Functions to retrieve UKB codings.
contents:
- '`bio_code`'
- '`bio_code_primary_care`'
- title: Query genetic data
desc: >
Functions to inspect the genetic data available for a UKB project.
contents:
- '`bio_gen_ls`'
- '`bio_gen_fam`'
- '`bio_gen_related`'
- '`bio_gen_related_remove`'
- '`bio_gen_sqc`'
- '`bio_gen_ancestry`'
- '`bio_gen_write_plink_input`'
- title: Datasets
desc: >
Reference data.
contents:
- '`drug_dmd_antidep`'
- '`drug_pharmgkb`'
- '`drug_gwas`'
- title: Deprecated functionality
desc: >
Deprecated functions.
contents:
- '`bio_gp`'
- '`bio_covid`'
- '`bio_hesin`'
- '`bio_death`'