View source: R/proteinDatabase.R
dbGetAnnotationGroups | R Documentation |
dbGetProteinAnnotationGroupIDs
as inputFunction to get the info for (protein) annotation groups. Takes eg
dbGetProteinAnnotationGroupIDs
as input
dbGetAnnotationGroups(
db,
proteinAnnotationGroupIDs = NA,
columns = NA,
SQL = FALSE
)
db |
database access 'handle' |
proteinAnnotationGroupIDs |
the protein annotation group ID's for which to get information |
columns |
allows the selection of columns to take from the table, default = NA (all columns) |
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.