dbGetProteinAnnotationGroupIDs: Function to get the functional group annotation group ID's...

View source: R/proteinDatabase.R

dbGetProteinAnnotationGroupIDsR Documentation

Function to get the functional group annotation group ID's for proteins. This function does essentially the reverse of dbGetAnnotatedProteins. The output of this function can serve as the input for dbGetAnnotationGroups

Description

Function to get the functional group annotation group ID's for proteins. This function does essentially the reverse of dbGetAnnotatedProteins. The output of this function can serve as the input for dbGetAnnotationGroups

Usage

dbGetProteinAnnotationGroupIDs(db, uniqueSequenceIDs, SQL = FALSE)

Arguments

db

database access 'handle'

uniqueSequenceIDs

the UniqueSequenceID's (unique protein identifier), usually coming from protein table

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.