View source: R/filter_summary_methods.R
summary.moleculeFilt | R Documentation |
Summary method for moleculeFilt object
## S3 method for class 'moleculeFilt'
summary(object, min_num = NULL, ...)
object |
an object of class 'moleculeFilt' created by running |
min_num |
an integer value specifying the minimum number of times each peak must be observed across all samples |
... |
included for compliance with generic method |
If min_num
is provided, a summary of the effect of implementing a filter with the specified threshold. Otherwise, a summary of the number of peaks which were observed over the number of possible samples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.