View source: R/proteinDatabase.R
dbGetQuanSpectrumIDs | R Documentation |
get the SpectrumID's from (a set of) PeptideIDs
dbGetQuanSpectrumIDs(db, peptideIDs, SQL = FALSE)
db |
database access 'handle' |
peptideIDs |
the PeptideIDs usually come from the TargetPsms 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 TargetPsmsQuanSpectrumInfo 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.