Description Arguments Value Examples
Annotate naked peptide seqeuences with protein IDs using fasta file and creates table PeptideAnnotation
fasta |
fasta file either a list generated using prozor::readPeptideFasta or a path to a fasta file |
table with annotated peptides
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" )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.