dbGetProteinUniqueSequenceIDs: Function to retrieve the UniqueSequenceID's based on the...

View source: R/proteinDatabase.R

dbGetProteinUniqueSequenceIDsR Documentation

Function to retrieve the UniqueSequenceID's based on the accession field of the proteinTable. Essentially a wrapper for dbGetProteinFiltered

Description

Function to retrieve the UniqueSequenceID's based on the accession field of the proteinTable. Essentially a wrapper for dbGetProteinFiltered

Usage

dbGetProteinUniqueSequenceIDs(db, accession = NA, SQL = FALSE)

Arguments

db

database access 'handle'

accession

accession(s) of the proteins

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.