Description Usage Arguments Value Examples
Plot residuals for retention time prediction of two libraries
1 | plotRTResd(dat1, dat2, nomod = FALSE)
|
dat1 |
A data frame containing the first spectrum library |
dat2 |
A data frame containing the second spectrum library |
nomod |
a logic value, representing if the modified peptides and its fragment ions will be removed. FALSE (default) means not removing. |
root mean square error of prediction residuals
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])
plotRTResd(datBaseLib, datExtLib)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.