[](https://travis-ci.org/lgatto/hpar)
[](https://codecov.io/gh/lgatto/hpar)
[](https://github.com/lgatto/hpar/actions?query=workflow%3Atest-HPA-version)
# Human Protein Atlas in R
`hpar` is a simple interface to the
[Human Protein Atlas](http://www.proteinatlas.org/).
The official Bioconductor landing page for the
[release](http://bioconductor.org/packages/release/bioc/html/hpar.html)
and devel
[versions](http://bioconductor.org/packages/devel/bioc/html/hpar.html).
## Installation
```r
## load or install BiocManager
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("hpar", version = "devel")
```
## Documentation
In R:
```
vignette("hpar")
?hpar
```
Online:
http://lgatto.github.io/hpar
## Questions
Open a [github issue](https://github.com/lgatto/hpar/issues) or ask on
the [Bioconductor support forum](https://support.bioconductor.org/).