remove_singletons {GCalignR} | R Documentation |
Remove singletons
Description
Identifies and removes singletons (i.e. peaks that are unique for one sample) from the aligned dataset.
Usage
remove_singletons(data)
Arguments
data |
An object of class "GCalign". See |
Value
a list of data frames for each individual.
Author(s)
Meinolf Ottensmann (meinolf.ottensmann@web.de) & Martin Stoffel (martin.adam.stoffel@gmail.com)
Examples
data("peak_data")
## subset for faster processing
data <- lapply(peak_data[1:5], function(x) x[20:35,])
x <- align_chromatograms(data, rt_col_name = "time")
out <- remove_singletons(data = x)
[Package GCalignR version 1.0.7 Index]