dbGetProteinGroupIDs: Retrieve the ProteinGroupID's of proteins via their...

View source: R/proteinDatabase.R

dbGetProteinGroupIDsR Documentation

Retrieve the ProteinGroupID's of proteins via their UniqueSequenceID's

Description

Retrieve the ProteinGroupID's of proteins via their UniqueSequenceID's

Usage

dbGetProteinGroupIDs(db, proteinUniqueIDs, SQL = FALSE)

Arguments

db

database access 'handle'

proteinUniqueIDs

the UniqueSequenceID's for which the proteinGroupID's are to be retrieved. Usually these UniqueSequenceID's will come from a protein table. Please note that a 'regular' bit64::as.integer64 vector may fail due to conversion issues. It is better to pass this type of vector as a character vector

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)

Note

the output of this is meant to serve as input for the dbGetProteinGroups function


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