Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pachadotdev/binet
- Owner: pachadotdev
- License: gpl-3.0
- Archived: true
- Created: 2020-01-03T03:26:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T21:40:53.000Z (almost 5 years ago)
- Last Synced: 2024-05-21T02:11:19.854Z (6 months ago)
- Language: R
- Homepage: https://pachamaltese.github.io/binet/
- Size: 23.2 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/"
)
```# Binet
[![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.