reliabilityCheckLibrary: A function to check the coverage of the extended library...

Usage Arguments Value Examples

View source: R/reliabilityCheckLibray.R

Usage

1
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

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

SwathXtend documentation built on Nov. 8, 2020, 6:42 p.m.