View source: R/proteinDatabase.R
dbGetPsmIDs | R Documentation |
get the PsmID's from (a set of) PeptideGroupIDs
dbGetPsmIDs(db, peptideGroupIDs, SQL = FALSE)
db |
database access 'handle' |
peptideGroupIDs |
the PeptideGroupIDs usually come from the TargetPeptideGroups Table. This can be in numeric or character vector format |
SQL |
allows the function to return the SQL query statement in stead of a data.frame |
a data.frame containing requested data from the TargetPsmsTargetPeptideGroups table or a character string specifying an SQL query
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.