Description Usage Arguments Value See Also Examples
analysisName
, slot of MassSpectra
class objects
1 2 3 4 5 6 7 8 9 | analysisName(object, ...)
analysisName(object) <- value
## S4 method for signature 'MassSpectra'
analysisName(object)
## S4 replacement method for signature 'MassSpectra'
analysisName(object) <- value
|
object |
object of class MassSpectra |
... |
further args |
value |
character replacement value for slot analysisName |
content of analysisName slot
object MassSpectra
other slots mz
analysis
nz
instrument
calibPoints
calibration
1 2 3 4 5 6 7 | library(tofsimsData)
data(tofsimsData)
## access name of analysis
analysisName(testSpectra)
## replace name of analysis
analysisName(testSpectra) <- 'sample001_pos001_settings_default'
analysisName(testSpectra)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.