Description Usage Arguments Value Examples
Checking for the integration quality of two libraries
1 | checkQuality(datBaseLib, datExtLib, ...)
|
datBaseLib |
a data frame of the base library |
datExtLib |
a data frame of the add-on library |
... |
Additional parameters to pass in |
A list of quality indicators, including squared retention time (RT) correlation coefficient, root mean squared errors of RT residuals, and median of relative ion intensity correlation coefficient
1 2 3 4 5 | libfiles <- paste(system.file("files",package="SwathXtend"),
c("Lib2.txt","Lib3.txt"),sep="/")
datBaseLib <- readLibFile(libfiles[1])
datExtLib <- readLibFile(libfiles[2])
res <- checkQuality(datBaseLib, datExtLib)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.