Determine whether protein data is available in the database
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
library(EnsDb.Hsapiens.v86) ## Does this database/package have protein annotations? hasProteinData(EnsDb.Hsapiens.v86)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.