filter_scans_builtin | R Documentation |
built in filter scan function
filter_scans_builtin(sc_mzml)
sc_mzml |
the sc_mzml object |
This is the built in filtering and removing outliers function. It is based on the Moseley groups normal samples and experience. However, it does not reflect everyone's experience and needs. We expect that others have different use cases and needs, and therefore they should create their own function and use it appropriately.
Please examine this function and write your own as needed.
It must take an SCMzml
object, work on the scan_info
slot,
and then create a column with the name "keep" denoting which scans to keep.
To view the current definition, you can do filter_scans_builtin
SCmzml
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.