Skip to content

Commit

Permalink
Vignette: Corrected wording.
Browse files Browse the repository at this point in the history
Version bump.
  • Loading branch information
andzajan committed Apr 26, 2020
1 parent 4ca22bf commit 2c1d013
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: pmp
Type: Package
Title: Peak Matrix Processing and signal batch correction for metabolomics datasets
Version: 0.99.5
Version: 0.99.6
Author: Andris Jankevics and Ralf Johannes Maria Weber
Maintainer: Andris Jankevics <[email protected]>
Description: Methods and tools for (pre-)processing of metabolomics datasets
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Changes 0.99.5
Changes 0.99.6
+ Updated vignettes.

Changes 0.99.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,17 +187,12 @@ processing_history(MTBLS79_filtered)
# Data normalisation

Next, we will apply probabilistic quotient normalisation (PQN).
PQN method.

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

normalisation the the total
signal intensity methods are implemented for normalisation of biological
variability across measured samples. Example below demonstrates how to apply

# Missing value imputation

A unified function call for several commonly used missing value imputation
Expand Down

0 comments on commit 2c1d013

Please sign in to comment.