dbGetAnnotatedProteins: Function to get the UniqueSequenceID's for proteins which are...

View source: R/proteinDatabase.R

dbGetAnnotatedProteinsR Documentation

Function to get the UniqueSequenceID's for proteins which are in an protein annotation group. Essentially does the reverse of dbGetProteinAnnotationGroupIDs. The output of this function can serve as the input for dbGetProteins

Description

Function to get the UniqueSequenceID's for proteins which are in an protein annotation group. Essentially does the reverse of dbGetProteinAnnotationGroupIDs. The output of this function can serve as the input for dbGetProteins

Usage

dbGetAnnotatedProteins(db, proteinAnnotationGroupIDs, SQL = FALSE)

Arguments

db

database access 'handle'

proteinAnnotationGroupIDs

the protein annotation group ID's for which to get the UniqueSequenceID's

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.