View source: R/proteinDatabase.R
dbGetProteinGroupIDs | R Documentation |
Retrieve the ProteinGroupID's of proteins via their UniqueSequenceID's
dbGetProteinGroupIDs(db, proteinUniqueIDs, SQL = FALSE)
db |
database access 'handle' |
proteinUniqueIDs |
the UniqueSequenceID's for which the proteinGroupID's are to be retrieved. Usually these UniqueSequenceID's will come from a protein table. Please note that a 'regular' bit64::as.integer64 vector may fail due to conversion issues. It is better to pass this type of vector as a character vector |
SQL |
allows the function to return the SQL query statement in stead of a data.frame#' |
a data.frame or a character vector (SQL)
the output of this is meant to serve as input for the
dbGetProteinGroups
function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.