-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
166 lines (165 loc) · 4.83 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
url: https://computational-metabolomics.github.io/MetMashR/
template:
bootstrap: 5
bootswatch: flatly
navbar:
type: standard
left:
- text: "Reference"
href: reference/index.html
- text: Articles
menu:
- text: Using MetMashR
href: articles/using_MetMashR.html
- text: Extending MetMashR
href: articles/Extending_MetMashR.html
- text: Annotating mixtures of standards
href: articles/annotate_mixtures.html
- text: Exploring the MTox700+ database
href: articles/exploring_mtox.html
- text: Processing Annotations for LCMS of Daphnia samples
href: articles/daphnia_example.html
right:
- icon: fa-github
href: https://github.com/computational-metabolomics/MetMashR
aria-label: 'GitHub'
- icon: fa-flask
href: https://www.birmingham.ac.uk/research/activity/phenome-centre/index.aspx
aria-label: 'Phenome Centre Birmingham'
- icon: fa-music
menu:
- text: MetMashR
href: https://www.bioconductor.org/packages/release/bioc/html/MetMashR.html
- text: struct
href: https://www.bioconductor.org/packages/release/bioc/html/struct.html
- text: structToolbox
href: https://www.bioconductor.org/packages/release/bioc/html/structToolbox.html
- text: metabolmicsWorkbenchR
href: https://www.bioconductor.org/packages/release/bioc/html/metabolomicsWorkbenchR.html
- text: pmp
href: https://www.bioconductor.org/packages/release/bioc/html/pmp.html
reference:
- title: "Annotation sources"
desc: >
An `annotation source` is the dataset object used by all MetMashR objects.
Different types of source have been defined, depending on the intended use
of the data.
contents:
- ends_with('_source')
- title: "Annotation tables"
desc: >
Annotation tables represent the data imported from a source that includes
experimentally measured data. Annotation tables are extended to support the
specifics of an analytical platform used to collect the data.
contents:
- ends_with("_table")
- title: "Annotation databases"
desc: >
Annotation databases are (often remote) sources of annotation related
meta data, such as molecular identifiers, pathways etc.
contents:
- ends_with('_database')
- rds_cache
- github_file
- is_writable
- read_database
- write_database
- title: "REST API interfaces"
desc: >
MetMashR includes a REST API object that has been extended to accomodate
various services.
contents:
- rest_api
- ends_with('_lookup')
- title: "Annotation table mashing"
desc: >
These models provide steps for cleaning, filtering, prioritising and
combining annotation tables from different sources.
contents:
- add_columns
- add_labels
- calc_ppm_diff
- calc_rt_diff
- prioritise_columns
- combine_sources
- vertical_join
- combine_records
- filter_labels
- filter_range
- filter_na
- filter_venn
- filter_records
- id_counts
- mz_match
- rt_match
- mzrt_match
- normalise_lipids
- normalise_strings
- trim_whitespace
- combine_columns
- select_columns
- remove_columns
- split_column
- split_records
- AnnotationDb_select
- compute_column
- compute_record
- pivot_columns
- rename_columns
- unique_records
- title: "Combining records"
desc: >
Combining records is an important step in the annotation mashing workflow.
These functions can be used with the combine_records function to merge
the information for multiple records in different ways.
contents:
- fuse
- fuse_unique
- count_records
- compute_mean
- compute_median
- compute_mode
- select_exact
- select_grade
- select_match
- select_max
- select_min
- prioritise
- nothing
- title: "Charts"
desc: >
Chart objects are wrappers around ggplot objects plots useful for exploring
and visualising the information present in a table of annotations.
contents:
- ends_with('_structure')
- ends_with('_chart')
- annotation_histogram
- annotation_histogram2d
- pubchem_widget
- title: "BiocFileCache_database helper functions"
desc: >
These functions can be used with BiocFileCache_database objects to modify
a dowloaded resource before caching, or to parse the downloaded resource
when retrieved from the cache.
contents:
- cache_as_is
- unzip_before_cache
- title: "Dictionaries for normalising strings"
desc: >
These lists define patterns and replacements to match when using the
normalise_strings object.
contents:
- ends_with('_dictionary')
- title: "Additional functions"
desc: >
Supporting functions are used by MetMashR
contents:
- check_for_columns
- required_cols
- wherever
- chart_plot
- model_apply
home:
links:
- text: View on Bioconductor
href: https://bioconductor.org/packages/release/bioc/html/MetMashR.html