dbGetAnnotationGroups: Function to get the info for (protein) annotation groups....

View source: R/proteinDatabase.R

dbGetAnnotationGroupsR Documentation

Function to get the info for (protein) annotation groups. Takes eg dbGetProteinAnnotationGroupIDs as input

Description

Function to get the info for (protein) annotation groups. Takes eg dbGetProteinAnnotationGroupIDs as input

Usage

dbGetAnnotationGroups(
  db,
  proteinAnnotationGroupIDs = NA,
  columns = NA,
  SQL = FALSE
)

Arguments

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

Value

a data.frame or a character vector (SQL)


BenBruyneel/proteinDiscover documentation built on March 16, 2024, 4:36 p.m.