View source: R/summary.scSpectra.R
| summary.scSpectra | R Documentation |
screenSpectra objects
This is a summary method for scSpectra objects that generates a numerical summary of the settings and results from applying screenSpectra to identify potential faulty, low-quality raw mass spectra.
## S3 method for class 'scSpectra'
summary(object, ncases = 10, ...)
object |
A |
ncases |
Number of cases shown in the results table. |
... |
Other arguments. |
A table is generated that includes details of the numerical estimations along with mass spectra ID, A score and the label for each mass spectra, either potentially low-quality (failure) or good-quality (success).
No return value, text printed on console.
See screenSpectra and plot.scSpectra.
# Load example data
data(spectra) # list of MassSpectra objects
sc.results <- screenSpectra(spectra)
summary(sc.results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.