-
Notifications
You must be signed in to change notification settings - Fork 4
/
NEWS
136 lines (106 loc) · 3.34 KB
/
NEWS
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
Changes 1.15.2
+ fix ANOVA type 1
+ add control_group param to ttest
Changes 1.13.5
+ improve consistency between methods in fold change computations
+ better handling of NA in fold change computations
Changes 1.13.4
+ fix PLSDA predicted group assignment
+ add option to PLSDA to use probability for yhat for predictions
+ update tests
Changes 1.13.3
+ d-ratio equations changed to match Broadhurst et al (2018)
+ add tests for d-ratio
+ fix PCA eigenvalues calculation
Changes 1.13.2
+ d-ratio filter now correctly removes features
+ update descriptions/documentation for missing value filters
+ add tests for d-ratio
Changes 1.13.1
+ hotfix vector_norm now correctly normalises samples to length 1
+ re-sync with Bioc devel
+ fix broken documentation
Changes 1.7.2
+ internal updates to PLS
+ some PLS charts have been renamed for consistency with other methods
Changes 1.6.1
+ hotfix vector_norm now correctly normalises samples to length 1
+ added vector_norm_tests
Changes 1.5.7
+ improve NA handling in fold_change computations
Changes 1.5.5
+ change t-test outputs to data.frame
+ fix NA bug in feature_boxplot chart
+ use new ontology system in place of stato
Changes 1.4.2
+ fix fold change threshold using median (#56)
+ HSD param "unbalanced" is no longer ignored
Changes 1.5.2
+ add outputs to auto-generated documentation
+ fix fold change threshold using median (#56)
+ add fold change using means (#57)
+ HSD param "unbalanced" is no longer ignored
Changes 1.5.1
+ fixed broken paired tests
Changes 1.4.1
+ fixed broken paired tests
Changes 1.4.0
+ added VIP summary chart
+ add ellipse plotting options to pca_scores_plot
+ mv_sample_filter can be used in train/predict mode
+ Documentation updates
+ Minor issue fixes
+ Add median method for fold change
+ Update PQN with new inputs/outputs due to changes in pmp package
+ Update SBC with new inputs/outputs due to changes in pmp package
+ Update MTBLS79 due to changes in SBC
Changes 1.1.2
+ Documentation updates
+ Bug fixes
Changes 1.0.1
+ Fix HCA bug
Changes 1.0.0
+ Bioconductor 3.11 release
Changes 0.99.10
+ add Metabolmics BiocView
+ fix missing sections at end of vignette
Changes 0.99.9
+ add proteomics vignette
+ add mean_of_medians
+ merge all vignettes
+ fix bug in kfold_xval_grid
Changes 0.99.8
+ added stratified splitting (stratified_split)
+ added Gastric Cancer vignette
+ add AUC metric
+ add predicted and ROC plots for PLSDA
Changes 0.99.7
+ minor documentation updates
Changes 0.99.6
+ fix issues using class() due to changes in R 4.0.0
Changes 0.99.5
+ fix dimnames mismatch for knn-impute
+ add additional vignettes
Changes 0.99.4
+ Add SVM, nroot transform, constant sum norm
+ Add funtionality to autoscaling
+ Fix some issues with permutation testing of model sequences
+ Add option to impute by samples to knn
+ Add custom feature labels option to pca loadings
Changes 0.99.3
+ Fix dimnames mismatch errors
+ Updated struct depency to 0.99.5
Changes 0.99.2
+ renamed some charts containing .'s to use underscores
+ renamed sbcms dataset to MTBLS79
Changes 0.99.1
+ minor updates to pass Bioconductor checks
Changes 0.99.0
+ use new struct v0.99.4 class constructor functions
Release 0.8.4
+ Final working version befor bioconductor updates
Changes in version 0.4.0 (2019-07-25)
+ Minor bug fixes
+ Added tsne method
+ Added sbcms dataset
+ Added methods related to signal/batch correction