View source: R/proteinDatabase.R
dbGetProteins | R Documentation |
Function to get protein information from the TargetProteins table on the basis of their UniqueSequenceID
dbGetProteins(db, UniqueSequenceIDs, columns = NA, SQL = FALSE)
db |
database access 'handle' |
UniqueSequenceIDs |
character vector that specifies for which proteins to get info. Please note that in the 'TargetProteins' table the column 'UniqueSequenceID' is integer64 class. To prevent issues these values should be converted to character vector(s). |
columns |
character vector, specifies which columns to retrieve |
SQL |
allows the function to return the SQL query statement in stead of a data.frame#' |
a data.frame or a character vector (SQL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.