Description Arguments Value Methods Author(s) Examples
AutoLockMass
- This function decides where the lock mass scans are
in the xcmsRaw object. This is done by using the scan time differences.
object |
An |
AutoLockMass
A numeric vector of scan locations corresponding to lock Mass scans
signature(object = "xcmsRaw")
Paul Benton, hpaul.benton08@imperial.ac.uk
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## Not run: library(xcms)
library(faahKO)
## These files do not have this problem
## to correct for but just for an example
cdfpath <- system.file("cdf", package = "faahKO")
cdffiles <- list.files(cdfpath, recursive = TRUE, full.names = TRUE)
xr<-xcmsRaw(cdffiles[1])
xr
##Lets assume that the lockmass starts at 1 and is every 100 scans
lockMass<-xcms:::makeacqNum(xr, freq=100, start=1)
## these are equalvent
lockmass2<-AutoLockMass(xr)
all((lockmass == lockmass2) == TRUE)
ob<-stitch(xr, lockMass)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.