reliabilityCheckLibrary {SwathXtend}R Documentation

A function to check the coverage of the extended library given the seed library

Usage

reliabilityCheckLibrary(seedlib.file, extlib.file)

Arguments

seedlib.file

A string representing the seed library file

extlib.file

A string representing the extended library file

Value

A matrix of number of protein and peptitide of the seed and extended library

Examples


files <- paste(system.file("files",package="SwathXtend"), 
		c("Lib2.txt", "Lib2_3.txt") ,sep="/")
res = reliabilityCheckLibrary(files[1], files[2])


[Package SwathXtend version 2.10.0 Index]