Bibliospec_annotatePrecursors: annotate precursors

Description Value Examples

Description

annotate precursors

Value

table with annotated precursors

Examples

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

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" ))
xx <- BS$annotatePrecursors()
head(xx)

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