forked from const-ae/proDA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
85 lines (75 loc) · 1.66 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
destination: docs
development:
mode: unreleased
reference:
- title: Main Functions
desc: >
The most important functions to analyze mass spectrometry data with
lots of missing values
contents:
- median_normalization
- proDA
- '`dist_approx,proDAFit-method`'
- test_diff
- title: Accessor methods
desc: Methods to access values of the fit
contents:
- accessor_methods
- .DollarNames.proDAFit
- title: Quick start functions
desc: ~
contents:
- '`pd_row_t_test`'
- '`generate_synthetic_data`'
- title: Low-level statistics functions
desc: ~
contents:
- pd_lm
- invprobit
- '`predict,proDAFit-method`'
- title: Utility function
desc: ~
contents:
- mply_dbl
- title: Class and Package Information
desc: ~
contents:
- '`proDAFit-class`'
- proDA_package
- title: Generic functions
desc: Function definitions for S4 Generics
contents:
- abundances
- coefficients
- coefficient_variance_matrices
- convergence
- dist_approx
- feature_parameters
- hyper_parameters
- reference_level
- result_names
- title: All functions
desc: ~
contents:
- '`abundances`'
- '`accessor_methods`'
- '`.DollarNames.proDAFit`'
- '`coefficients`'
- '`coefficient_variance_matrices`'
- '`convergence`'
- '`dist_approx,proDAFit-method`'
- '`dist_approx`'
- '`feature_parameters`'
- '`generate_synthetic_data`'
- '`hyper_parameters`'
- '`invprobit`'
- '`median_normalization`'
- '`mply_dbl`'
- '`pd_lm`'
- '`pd_row_t_test`'
- '`predict,proDAFit-method`'
- '`proDA`'
- '`proDAFit-class`'
- '`proDA_package`'
- '`reference_level`'
- '`test_diff`'