View source: R/proteinDatabase.R
dbGetProteinAnnotationGroupIDs | R Documentation |
dbGetAnnotatedProteins
. The output of this function can serve
as the input for dbGetAnnotationGroups
Function to get the functional group annotation group ID's for proteins.
This function does essentially the reverse of
dbGetAnnotatedProteins
. The output of this function can serve
as the input for dbGetAnnotationGroups
dbGetProteinAnnotationGroupIDs(db, uniqueSequenceIDs, SQL = FALSE)
db |
database access 'handle' |
uniqueSequenceIDs |
the UniqueSequenceID's (unique protein identifier), usually coming from protein table |
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.