| reliabilityCheckLibrary {SwathXtend} | R Documentation |
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
files <- paste(system.file("files",package="SwathXtend"),
c("Lib2.txt", "Lib2_3.txt") ,sep="/")
res = reliabilityCheckLibrary(files[1], files[2])