forked from SomaLogic/SomaDataIO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
188 lines (166 loc) · 4.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
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
url: https://somalogic.github.io/SomaDataIO
development:
mode: auto
authors:
Stu Field:
href: https://github.com/stufield
SomaLogic Operating Co., Inc.:
href: http://www.somalogic.com
footer:
roles: [fnd]
text: "was developed by the Bioinformatics Dept. at"
sidebar:
roles: [cre, fnd]
before: "Special :pray: to:"
after: ":dna:"
before: "[SomaDataIO](https://github.com/SomaLogic/SomaDataIO/) is proudly brought to you by:"
after: ":dna:"
footer:
structure:
left: [logo, package, developed_by]
right: built_with
components:
logo: "<img src='../favicon-16x16.png'>"
template:
bootstrap: 5
package: tidytemplate
bslib:
#bg: "#202123" # dark theme
#fg: "#B8BCC2" # dark theme
primary: "#0054AD"
border-radius: 0.5rem
btn-border-radius: 0.25rem
base_font: {google: "Roboto"}
home:
sidebar:
structure: [links, help, oss, license, citation, authors, dev, toc]
components:
oss:
title: Other Software
text: >
[SomaPlotr](https://somalogic.github.io/SomaPlotr/) <br />
[SomaScan.db](https://somalogic.github.io/SomaScan.db/) <br />
[Canopy (Python)](https://github.com/SomaLogic/Canopy/) <br />
[DataDelve Statistics](https://somalogic.com/datadelve-statistics/)
help:
title: Getting Help
text: >
[Ask a question](https://somalogic.github.io/SomaDataIO/SUPPORT.html) <br />
[Report a bug](https://github.com/SomaLogic/SomaDataIO/issues)
links:
- text: Learn more about SomaScan
href: http://www.somalogic.com
- text: Read SomaScan tech notes
href: http://www.somalogic.com/tech-notes/
navbar:
structure:
left: [intro, reference, articles, workflows, FAQs, news]
right: [search, github]
components:
workflows:
text: Workflows
menu:
- text: Difference Testing
- text: Two-Group Comparison
href: articles/stat-two-group-comparison.html
- text: ANOVA Three-Group Analysis
href: articles/stat-three-group-analysis-anova.html
- text: ---
- text: Making Predictions
- text: Binary Classification
href: articles/stat-binary-classification.html
- text: Linear Regression
href: articles/stat-linear-regression.html
FAQs:
text: Coming Soon
menu:
- text: SomaScan FAQs
- text: ---
- text: Standard Process
- text: Best Practices
- text: ----
- text: Non-Standard Matrices
- text: Limits of Detection (LoD)
articles:
- title: Loading and Wrangling
navbar: ~
contents:
- starts_with("articles/tips-")
- title: Command Line Merge Tool
navbar: ~
contents:
- articles/cli-merge-tool
- title: Lifting and Bridging
navbar: ~
contents:
- articles/lifting-and-bridging
- title: Statistical Workflow Examples
contents:
- starts_with("articles/stat-")
reference:
- title: Load an ADAT
desc: >
Load RFU (feature) data loaded into (and out of) an R session.
contents:
- read_adat
- write_adat
- soma_adat
- loadAdatsAsList
- parseHeader
- rownames
- Col.Meta
- is_intact_attr
- groupGenerics
- reexports
- title: ADAT Manipulation
desc: >
Functions that allow filtering, wrangling, and subset
selection of ADAT objects.
contents:
- SeqId
- is_seqFormat
- starts_with("getAnalyte")
- getMeta
- diffAdats
- merge_clin
- title: Transform Between SomaScan Versions
desc: >
Functionality required to bridge between SomaScan versions,
e.g. 11k -> 7k, sometimes referred to as "lifting".
contents:
- lift_adat
- read_annotations
- transform
- starts_with("getSomaScan")
- getSignalSpace
- title: Expression Data
desc: >
Functions to convert objects to those familiar with `expression` data.
contents:
- adat2eSet
- pivotExpressionSet
- title: Helpers
desc: >
Accessor functions to add, modify, or retreive attribute information.
Typically used internally but are exported for user convenience.
contents:
- addAttributes
- addClass
- cleanNames
- getAdatVersion
- title: Data Objects
desc: Objects provided with `SomaDataIO`.
contents:
- SomaScanObjects
- title: Parameters
desc: Common parameter arguments to functions in `SomaDataIO`.
contents:
- params
- title: Deprecated
desc: >
Functions that have been deprecated (sunset) in the
current `SomaDataIO` release.
contents:
- SomaDataIO-deprecated
news:
- one_page: true