InterPro is a database of predictive models, or signatures, provided by multiple protein databases. InterPro aggregates information from multiple sources to reduce redundancy in annotations and aid interpretability. In this recipe, we'll extend the approach we used for just PFAM domains and look at getting annotations of InterPro domains on sequences of interest. We'll start with Ensembl core databases.
Finding InterPro domains
Getting ready
We'll need the ensembldb, Ensdb.Rnorvegicus.v79, and biomaRt Bioconductor packages.
How to do it...
Finding InterPro...