View source: R/proteinDatabase.R
dbGetModificationsSitesIDs | R Documentation |
function to get the modificationSite ID's from (a set of) proteinUniqueID's
dbGetModificationsSitesIDs(db, proteinUniqueIDs, SQL = FALSE)
db |
database access 'handle' |
proteinUniqueIDs |
the protein identifier for which the modificationSite ID's are to be fetched. This is a vector of one or more integer64 (package: bit64 ) values. In protein tables this is the UniqueSequenceUD column |
SQL |
allows the function to return the SQL query statement in stead of a data.frame |
a data.frame containing the requested data from the TargetProteinsModificationSites table or a character string specifying an SQL query
the data from modificationSitesUd's in the result can be used to query
the ModificationSites table via dbGetModificationsTable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.