View source: R/filter_summary_methods.R
summary.massFilt | R Documentation |
Summary method for massFilt object
## S3 method for class 'massFilt'
summary(object, min_mass = NULL, max_mass = NULL, ...)
object |
an object of class 'massFilt' created by running |
min_mass |
an integer value specifying the minimum mass a peak must have to be retained in the dataset (inclusive). If only |
max_mass |
an integer value specifying the maximum mass a peak can have to be retained in the dataset (inclusive). If only |
... |
included for compliance with generic method |
If min_mass
and/or max_mass
is provided, a summary of the effect of implementing a filter with the specified thresholds. Otherwise, a five-number summary and the mean value of the mass values observed across all samples are given.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.