Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pachadotdev/binet

Functions to build bipartite networks under the Tidyverse philosophy
https://github.com/pachadotdev/binet

Last synced: 3 months ago
JSON representation

Functions to build bipartite networks under the Tidyverse philosophy

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/"
)
```

# Binet sticker

[![R build status](https://github.com/pachamaltese/binet/workflows/R-CMD-check/badge.svg)](https://github.com/pachamaltese/binet/actions?workflow=R-CMD-check)
[![Codecov test coverage](https://codecov.io/gh/pachamaltese/binet/branch/master/graph/badge.svg)](https://codecov.io/gh/pachamaltese/binet?branch=master)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)

A consistent tool to explore bipartite relations. These methods are useful for different kind of relations such as The Product Space and The Human Disease Network .

The functions within this package correspond to code implementations of the equations described in Mariani, et al. (2015) , Hausmann, et al. (2014) , and Hausmann, et al. (2005) .

## Installation

```{r, eval = FALSE}
# Install stable version from CRAN
install.packages("binet")

# Install stable version from GitHub
devtools::install_github("pachamaltese/binet")
```

## Code of conduct

Please note that this project is released with a [Contributor Code of Conduct](https://pachamaltese.github.io/binet/CODE_OF_CONDUCT.html).
By participating in this project you agree to abide by its terms.