hasProteinData-EnsDb-method: Determine whether protein data is available in the database

Description Usage Arguments Value Author(s) See Also Examples

Description

Determines whether the EnsDb provides protein annotation data.

Usage

1
2
## S4 method for signature 'EnsDb'
hasProteinData(x)

Arguments

x

The EnsDb object.

Value

A logical of length one, TRUE if protein annotations are available and FALSE otherwise.

Author(s)

Johannes Rainer

See Also

listTables

Examples

1
2
3
library(EnsDb.Hsapiens.v75)
## Does this database/package have protein annotations?
hasProteinData(EnsDb.Hsapiens.v75)

YTLogos/ensembldb documentation built on May 3, 2019, 9:03 p.m.