View source: R/proteinDatabase.R
dbGetProteinUniqueSequenceIDs | R Documentation |
dbGetProteinFiltered
Function to retrieve the UniqueSequenceID's based on the accession field of
the proteinTable. Essentially a wrapper for
dbGetProteinFiltered
dbGetProteinUniqueSequenceIDs(db, accession = NA, SQL = FALSE)
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 |
a data.frame or a character vector (SQL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.