hasProteinData,EnsDb-method | R Documentation |
Determines whether the EnsDb
provides protein annotation data.
## S4 method for signature 'EnsDb'
hasProteinData(x)
x |
The |
A logical of length one, TRUE
if protein annotations are
available and FALSE
otherwise.
Johannes Rainer
listTables
library(EnsDb.Hsapiens.v86)
## Does this database/package have protein annotations?
hasProteinData(EnsDb.Hsapiens.v86)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.