Bibliospec_annotateDB: Annotate naked peptide seqeuences with protein IDs using...

Description Arguments Value Examples

Description

Annotate naked peptide seqeuences with protein IDs using fasta file and creates table PeptideAnnotation

Arguments

fasta

fasta file either a list generated using prozor::readPeptideFasta or a path to a fasta file

Value

table with annotated peptides

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
library(bibliospec)
dbfile <- file.path(path.package("bibliospec"),  "extdata/peptideStd.sqlite")

# call constructor
BS <- Bibliospec(dbfile=dbfile)
BS$listTables()
library(prozor)
human <- prozor::readPeptideFasta(file=file.path(path.package("bibliospec"),"extdata/uniprot.fasta.gz" ))
tmp <- BS$annotateDB(fasta=c(human))

mods <- BS$sql("select * from PeptideAnnotation" )

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