View source: R/proteinDatabase.R
dbGetProteinGroups | R Documentation |
Gets the ProteinGroup information from the TargetProteinGroups table
dbGetProteinGroups(db, proteinGroupIDs, columns = NA, SQL = FALSE)
db |
database access 'handle' |
proteinGroupIDs |
specifies which protein groups to get, these values can come from eg the protein table |
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.