Description Usage Arguments Value Author(s) See Also Examples
Determines whether the EnsDb
provides protein annotation data.
1 2 | ## 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
1 2 3 | 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.