Usage Arguments Value Examples
View source: R/reliabilityCheckLibray.R
1 | reliabilityCheckLibrary(seedlib.file, extlib.file)
|
seedlib.file |
A string representing the seed library file |
extlib.file |
A string representing the extended library file |
A matrix of number of protein and peptitide of the seed and extended library
1 2 3 | files <- paste(system.file("files",package="SwathXtend"),
c("Lib2.txt", "Lib2_3.txt") ,sep="/")
res = reliabilityCheckLibrary(files[1], files[2])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.