hasProteinData,EnsDb-method {ensembldb} | 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
library(EnsDb.Hsapiens.v75) ## Does this database/package have protein annotations? hasProteinData(EnsDb.Hsapiens.v75)