Annotate_isModification: compute which fragments carry modification

Description Arguments Examples

Description

compute which fragments carry modification

Arguments

psm

data.frame

modification

data.frame

Examples

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

# call constructor
BS <- Bibliospec(dbfile=dbfile)
tmp <- BS$getAnnotationLists()
ann <- Annotate()

ann$isModification(tmp$psml[[1]], tmp$modl[[1]])

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