Skip to content

Commit 2c1d013

Browse files
committed
Vignette: Corrected wording.
Version bump.
1 parent 4ca22bf commit 2c1d013

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: pmp
22
Type: Package
33
Title: Peak Matrix Processing and signal batch correction for metabolomics datasets
4-
Version: 0.99.5
4+
Version: 0.99.6
55
Author: Andris Jankevics and Ralf Johannes Maria Weber
66
Maintainer: Andris Jankevics <[email protected]>
77
Description: Methods and tools for (pre-)processing of metabolomics datasets

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Changes 0.99.5
1+
Changes 0.99.6
22
+ Updated vignettes.
33

44
Changes 0.99.2

vignettes/pmp_vignette_peak_matrix_processing_for_metabolomics_datasets.Rmd

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,17 +187,12 @@ processing_history(MTBLS79_filtered)
187187
# Data normalisation
188188

189189
Next, we will apply probabilistic quotient normalisation (PQN).
190-
PQN method.
191190

192191
```{r}
193192
MTBLS79_pqn_normalised <- pqn_normalisation(df=MTBLS79_filtered,
194193
classes=MTBLS79_filtered$Class, qc_label="QC")
195194
```
196195

197-
normalisation the the total
198-
signal intensity methods are implemented for normalisation of biological
199-
variability across measured samples. Example below demonstrates how to apply
200-
201196
# Missing value imputation
202197

203198
A unified function call for several commonly used missing value imputation

0 commit comments

Comments
 (0)