View source: R/proteinDatabase.R
dbGetPeptideIDs | R Documentation |
get the peptideID's from (a set of) proteinGroupIDs
dbGetPeptideIDs(db, proteinGroupIDs, SQL = FALSE)
db |
database access 'handle' |
proteinGroupIDs |
the proteinGroupIDs usually come from the TargetProtein 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 TargetProteinGroupsTargetPeptideGroups table or a character string specifying an SQL query
to get the proteinpeptidelink (table = "TargetProteinGroupsTargetPeptideGroups"). In goes "ProteinGroupID" from the table "TargetProteins" (Note: it's possible to use a c(,,,) to get the result for a number of proteins at the same time). The result is a list of numbers which are the "TargetProteinGroupsProteinGroupID" in the "TargetPeptideGroups" table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.