View source: R/proteinDatabase.R
dbGetAnnotatedProteins | R Documentation |
dbGetProteinAnnotationGroupIDs
. The output of this function
can serve as the input for dbGetProteins
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
dbGetAnnotatedProteins(db, proteinAnnotationGroupIDs, SQL = FALSE)
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 |
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.