version | R Documentation |
Methods for accessing spectral binning results from the Binalysis S4 class.
version(x)
creationDate(x)
filePaths(x)
sampleInfo(x)
binnedData(x)
accurateData(x)
binningParameters(x)
## S4 method for signature 'Binalysis'
version(x)
## S4 method for signature 'Binalysis'
creationDate(x)
## S4 method for signature 'Binalysis'
filePaths(x)
## S4 method for signature 'Binalysis'
sampleInfo(x)
## S4 method for signature 'Binalysis'
binnedData(x)
## S4 method for signature 'Binalysis'
accurateData(x)
## S4 method for signature 'Binalysis'
binningParameters(x)
x |
S4 object of class Binalysis |
version - Extract package version used to create the object.
creationDate - Extract the creation date of the object.
filePaths - Extract the sample file paths.
sampleInfo - Extract sample meta information.
binnedData - Extract a binned data intensity matrix.
accurateData - Extract sample-wise accurate mass data and bin measures.
binningParametesrExtract the binning parameters.
Binalysis-class
, binneRlyse
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.