This repository was archived by the owner on Oct 31, 2025. It is now read-only.
Commit 74b7aaa
Version 0.1.0 (#24)
* bug fix: impute_simple succeeds when only one feature satifies NA limit
* Updated logging (#6)
* Add factor check to pairwise t-test (#11)
* Update logging (#8)
* Update logging
Updated stats.R logging.
* Updated logging
Removed unnecessary comments
* Updated logging
Removed more unnecessary comments
* Update logging
Error messages are now logged in the log file
* Update logging
Fixed mentioned issues
* Update to mz/rt plot and data reading (#7)
* Updated mz/rt plot
Added feature to filter plot by p-values and to drop low quality features from the plot for MetaboSet object. Added feature to set title and subtitle to the plot.
* Updated data reading
Function now checks for unique feature IDs and that mz/rt values make sense. Added feature to specify ID column from the excel file.
* Fixed commented things
Asked changes made, all seem reasonable.
* Minor fix to scatter.R
Fixed plotter function to always having data frame as input.
* Check QC column for missing values
* Create dummy injection order
When merging, dummy injection order is created if injection orders differ between modes
* Warn if QC contains NAs
Checks that QC column doesn't contain NAs
* Skip mz/rt limit check when validating MetaboSet
* Added tests for changing feature/sample names
* Approved suggestion
* Update volcano plot (#10)
* Update volcano plot
Allowed labeling plots with ability to filter labels by p-value
* Approve suggestion
Code follows notame syntax
* Update volcano plot labeling (#16)
* Update volcano plot
Allowed labeling plots with ability to filter labels by p-value
* Approve suggestion
Co-authored-by: Anton Klåvus <anton.klavus@iki.fi>
* Update volcano plot
Label visualization is now clean
Co-authored-by: Anton Klåvus <anton.klavus@iki.fi>
* Fix correlation test argument (#15)
... arguments will now be passed to cor.test()
* Update .Rd files (#13)
I noticed these won't update automatically
* Enabled pairwise paired t-tests
* Add stats cleaning function (#12)
* Stats cleaning function
* Enabled column renaming
* Fix dummy injection error (#19)
dummy_injection was not found during merging if x was already merged
* Fixed bug in pairwise t-tests
* Add PERMANOVA (#9)
* Add PERMANOVA
Basic wrapper for package called PERMANOVA.
* Minor fixes
Fixed one argument name and documentation
* Fix test_logging (#18)
* Fix test_logging
expect_null didn't work
* Add tests for logging
* Update Cohen's D (#14)
* Update Cohen's D
Cohen's D can now be counted to all groups and time points at once
* Minor fixes
* Fixed tests to match new commits
Fixed hardcoded values in tests, known warnings in testing and group order in log messages when calculating Cohen's D
* Changed column names in tests
Changed column names in tests to match new style
* Changed column names
Changed column names to match new uniform style
* Changed column names in functions
Changed column names in t-tests, Cohen's D and fold change to match new uniform style. Linear models do not follow that style.
* Cleaned code
* Updated dependencies
* Fixed bugs (#20)
* Fixed tests to match new commits
Fixed hardcoded values in tests, known warnings in testing and group order in log messages when calculating Cohen's D
* Changed column names in tests
Changed column names in tests to match new style
* Changed column names in functions
Changed column names in t-tests, Cohen's D and fold change to match new uniform style. Linear models do not follow that style.
* Cleaned code
* Updated dependencies
* Updated manuals and examples
* Removed BatchCorrMetabolomics dependency
As it's not updated regularly
* Enabled pairwise paired t-tests (#17)
* Enabled pairwise paired t-tests
* Changed column names
Changed column names to match new uniform style
* Updated warning handling when testing
* Updated Cohen's d error handling
* Updated volcano plot example
* Updated Cohen's D error handling and other minor changes (#23)
* Updated warning handling when testing
* Updated Cohen's d error handling
* Updated volcano plot example
* Version 0.1.0
Co-authored-by: Anton Klåvus <anton.klavus@iki.fi>1 parent 9f634ef commit 74b7aaa
File tree
29 files changed
+1151
-308
lines changed- R
- man
- tests/testthat
29 files changed
+1151
-308
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | | - | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
45 | | - | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | | - | |
| 56 | + | |
56 | 57 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| 78 | + | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 11 | | |
21 | 12 | | |
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 | | - | |
| 13 | + | |
48 | 14 | | |
49 | 15 | | |
50 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
35 | 46 | | |
36 | 47 | | |
37 | 48 | | |
| |||
101 | 112 | | |
102 | 113 | | |
103 | 114 | | |
104 | | - | |
| 115 | + | |
105 | 116 | | |
106 | 117 | | |
107 | 118 | | |
| |||
114 | 125 | | |
115 | 126 | | |
116 | 127 | | |
117 | | - | |
| 128 | + | |
| 129 | + | |
118 | 130 | | |
119 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
120 | 135 | | |
121 | 136 | | |
122 | 137 | | |
123 | 138 | | |
124 | 139 | | |
125 | 140 | | |
126 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
127 | 156 | | |
128 | 157 | | |
129 | 158 | | |
| |||
140 | 169 | | |
141 | 170 | | |
142 | 171 | | |
| 172 | + | |
143 | 173 | | |
144 | 174 | | |
145 | 175 | | |
146 | 176 | | |
147 | 177 | | |
| 178 | + | |
| 179 | + | |
148 | 180 | | |
149 | 181 | | |
150 | 182 | | |
| |||
162 | 194 | | |
163 | 195 | | |
164 | 196 | | |
165 | | - | |
166 | | - | |
167 | | - | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
168 | 200 | | |
169 | 201 | | |
170 | 202 | | |
171 | 203 | | |
172 | 204 | | |
173 | | - | |
174 | | - | |
| 205 | + | |
| 206 | + | |
175 | 207 | | |
176 | 208 | | |
177 | 209 | | |
| |||
232 | 264 | | |
233 | 265 | | |
234 | 266 | | |
235 | | - | |
| 267 | + | |
| 268 | + | |
236 | 269 | | |
237 | 270 | | |
238 | 271 | | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
239 | 278 | | |
240 | 279 | | |
241 | 280 | | |
| |||
253 | 292 | | |
254 | 293 | | |
255 | 294 | | |
| 295 | + | |
| 296 | + | |
256 | 297 | | |
257 | 298 | | |
258 | | - | |
| 299 | + | |
259 | 300 | | |
260 | 301 | | |
261 | 302 | | |
262 | 303 | | |
263 | 304 | | |
264 | | - | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
265 | 308 | | |
266 | | - | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
267 | 314 | | |
268 | 315 | | |
269 | 316 | | |
| |||
275 | 322 | | |
276 | 323 | | |
277 | 324 | | |
278 | | - | |
| 325 | + | |
279 | 326 | | |
280 | | - | |
| 327 | + | |
281 | 328 | | |
282 | 329 | | |
283 | 330 | | |
| |||
360 | 407 | | |
361 | 408 | | |
362 | 409 | | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
369 | 416 | | |
370 | | - | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
371 | 420 | | |
372 | | - | |
| 421 | + | |
373 | 422 | | |
374 | 423 | | |
375 | 424 | | |
376 | | - | |
| 425 | + | |
377 | 426 | | |
378 | 427 | | |
379 | 428 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
15 | 12 | | |
16 | | - | |
| 13 | + | |
17 | 14 | | |
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
23 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | | - | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
58 | | - | |
| 61 | + | |
59 | 62 | | |
0 commit comments