Bibliospec_getSpectraMetaWithAnnotation: get spectra table annotated with razor proteins

Description Value Examples

Description

get spectra table annotated with razor proteins

Value

table with annotated peptide spectrum matches

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
library(prozor)
library(bibliospec)

dbfile <- file.path(path.package("bibliospec"),
 "extdata/peptideStd.sqlite")

# call constructor
BS <- Bibliospec(dbfile=dbfile)
BS$annotateDB(fasta=file.path(path.package("bibliospec"),"extdata/uniprot.fasta.gz" ))
specMet <- BS$getSpectraMetaWithAnnotation()

protViz/bibliospec documentation built on May 26, 2019, 9:37 a.m.