-
Notifications
You must be signed in to change notification settings - Fork 14
/
_pkgdown.yml
92 lines (90 loc) · 2.4 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
url: https://rmagno.eu/gwasrapidd/
template:
bootstrap: 5
reference:
- title: GWAS Catalog Entities
desc: S4 classes for studies, associations, variants and traits
contents:
- '`studies-class`'
- '`associations-class`'
- '`variants-class`'
- '`traits-class`'
- title: Get GWAS Catalog Entities
desc: Receive data from the GWAS Catalog REST API.
contents:
- get_studies
- get_associations
- get_variants
- get_traits
- get_metadata
- title: Subset GWAS Catalog Entities
desc: Extract specific observations from studies, associations, variants or traits.
contents:
- '`subset-studies`'
- '`subset-associations`'
- '`subset-variants`'
- '`subset-traits`'
- title: Data Wrangling of GWAS Catalog Entities
desc: |
S4 methods for combining and tallying studies, associations, variants and traits.
contents:
- 'n'
- bind
- union
- intersect
- setdiff
- setequal
- title: Accession identifier mapping
desc: |
Translate accession identifiers between studies, associations, variants and traits.
contents:
- study_to_association
- study_to_variant
- study_to_trait
- association_to_study
- association_to_variant
- association_to_trait
- variant_to_study
- variant_to_association
- variant_to_trait
- trait_to_study
- trait_to_association
- trait_to_variant
- title: Get data outside of GWAS Catalog
desc: Functions to provide easy access to other web resources.
contents: get_child_efo
- title: Easily navigate web resources
desc: Functions that allow you to quickly browse linked information.
contents:
- open_in_pubmed
- open_in_dbsnp
- open_in_gtex
- open_in_gwas_catalog
- title: Check functions
desc: Test and diagnose common impediments.
contents:
- is_ebi_reachable
- exists_variant
- title: Datasets
desc: Datasets shipped with gwasrapidd
contents:
- cytogenetic_bands
- gc_examples
- title: Miscellaneous
desc: Other functions
contents:
- '`%>%`'
- write_xlsx
authors:
Ramiro Magno:
href: https://rmagno.eu/
Isabel Duarte:
href: http://iduarte.eu/
Ana Teresa Maia:
href: https://www.linkedin.com/in/ana-teresa-maia-2a1a866/
CINTESIS:
href: https://cintesis.eu/
html: <img src='https://rmagno.eu/gwasrapidd/reference/figures/cintesis.svg' height=24>
Pattern Institute:
href: https://www.pattern.institute
html: <img src='https://rmagno.eu/gwasrapidd/reference/figures/pi.svg' height=24>