---
title: "ontoProcData: Data Storage for the package ontoProc"
author: "Sara Stankiewicz, Sara.Stankiewicz@channing.harvard.edu"
date: "`r format(Sys.time(), '%B %d, %Y')`"
vignette: >
  %\VignetteEngine{knitr::rmarkdown}
  %\VignetteIndexEntry{ontoProcData:Data Storage for the package ontoProc}
  %\VignetteEncoding{UTF-8}
output:
  BiocStyle::html_document:
    highlight: pygments
    number_sections: yes
    theme: united
    toc: yes
---
This package defines an AnnotationHub resource
representing multiple ontologies. 

```{r get-data}
library(AnnotationHub)
ahub = AnnotationHub()
mymeta <- query(ahub , "ontoProcData")
mymeta
tag = names(mymeta)[1] 
tag
```

Session information
```{r}
sessionInfo()

```