read.bibliospec: BiblioSpec Reader

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/read.bibliospec.R

Description

This function reads a BiblioSpec generated file and returns a list of tandem mass specs (psm objects), peptide assignments, retention times, and modifications records. The type of the data structire which is returned is called psmSet.

Usage

1

Arguments

file

the name of the BiblioSpec generated SQLite file.

Details

The function performs a SQL query on the SQLite files generated by bibliospec using the RSQLite package. The function is required for generating spec libraries used in a SWATH workflow.

BiblioSpec files are generated by using Skyline.

Value

It returns a list which can be read by the genSwathIonLib function and the protViz::peakplot function.

Author(s)

Christian Panse, 2014, 2015

See Also

https://skyline.gs.washington.edu/labkey/project/home/software/Skyline/begin.view

https://skyline.gs.washington.edu/labkey/project/home/software/BiblioSpec/begin.view

http://www.sqlite.org/

?SQLite

Examples

1

specL documentation built on Nov. 8, 2020, 7:55 p.m.