View source: R/proteinDatabase.R
dbGetMSnSpectrumInfo | R Documentation |
get the MSnSpectrumInfo from (a set of) PeptideID's
dbGetMSnSpectrumInfo(db, peptideID, SQL = FALSE)
db |
database access 'handle' |
peptideID |
the PeptideID's usually come from the PSMS table Table. This can be in numeric/character/data.frame 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 MSnSpectrumInfo 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.