| .transformSpectra | R Documentation | 
Transformation of Spectra
.transformSpectra(x, marker, tR = tR, U = U, L = L)
| x | 
 | 
| marker | 
 | 
| tR | 
 | 
| U | 
 | 
| L | 
 | 
Spectra-Object that stores the effective mobility in mm^2 / (kV * min).
spectra_data <- Spectra::Spectra(system.file("CE-MS/CEMS_10ppm.mzML",
    package = "msdata"
))
marker <- data.frame(
    markerID = c("marker1", "marker2"),
    rtime = c(20, 80),
    mobility = c(0, 2000)
)
MobilityTransformR:::.transformSpectra(
    x = spectra_data, marker = marker,
    tR = 3, U = 30, L = 90
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.