View source: R/proteinDatabase.R
dbGetModificationPeptideIDs | R Documentation |
Function to get the peptideID's 'belonging' to a modification site
dbGetModificationPeptideIDs(db, modificationIDs, SQL = FALSE)
db |
database access 'handle' |
modificationIDs |
the modification site identifiers to get from the ModificationSites table. This should be the 'Id' field of a modifciation table row |
SQL |
allows the function to return the SQL query statement in stead of a data.frame#' |
a data.frame or a character vector (SQL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.