Name Mode Size
.github 040000
R 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.editorconfig 100644 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 0 kb
NEWS.md 100644 5 kb
README.md 100644 1 kb
README.md
[![Build Status](https://travis-ci.org/lgatto/hpar.svg?branch=master)](https://travis-ci.org/lgatto/hpar) [![codecov](https://codecov.io/gh/lgatto/hpar/branch/master/graph/badge.svg)](https://codecov.io/gh/lgatto/hpar) [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/lgatto/hpar/test-HPA-version?color=%23FFBB00&label=HPA-version&style=flat-square)](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/).