Skip to content

Commit 2796d5a

Browse files
committed
Vignette: Edited chapter titles.
1 parent 86b7563 commit 2796d5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vignettes/pmp_vignette_signal_batch_correction_mass_spectrometry.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ batch[1:10]
9494
sample_order[1:10]
9595
```
9696

97-
# Filtering a dataset
97+
# Missing values
9898

9999
Current implementation of `QCRSC` algorithm does support missing values in the
100100
input data object, but we would recommend to filter out features which were net
@@ -106,7 +106,7 @@ data <- filter_peaks_by_fraction(df=MTBLS79, classes=class, method="QC",
106106
qc_label="QC", min_frac=0.8)
107107
```
108108

109-
# Applying signal and batch correction
109+
# Applying signal drift and batch effect correction
110110

111111
Function `QCRSC` should be used to apply signal batch correction.
112112

@@ -129,7 +129,7 @@ corrected_data <- QCRSC(df=data, order=sample_order, batch=batch,
129129
classes=class, spar=0, minQC=4)
130130
```
131131

132-
# Visualising results
132+
# Visual comparison of the results
133133

134134
Function 'sbc_plot' provides visual comparison of the data before and after
135135
correction. For example we can check output for features '1', '5', and '30' in

0 commit comments

Comments
 (0)