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

https://github.com/kellylab/infograf

R functions
https://github.com/kellylab/infograf

data-table entropy ggraph graph-theory igraph information-theory mds pcoa r

Last synced: 4 months ago
JSON representation

R functions

Awesome Lists containing this project

README

          

---
output:
md_document:
variant: markdown_github
---

Various R functions to help with analyses using Shannon's information theory and graph theory.

Functions:

`CoordCMDS`: classical multidimensional scaling from distance matrix

`genJSD`: generalized Jensen-Shannon divergence

`MakeDistMatrix`: distance matrix from `data.table`

`MakeNonRedundantPairs`: helps with pairwise combinatorial analyses of stuff

`RadialNudge`: for visualizing multiple 'shells' of nodes in a circular graph

# Installation

If you don't already have `devtools`:
```
install.packages("devtools")
```

Install:
```
library(devtools)
install_github("wkc1986/infograf")
```

Use:
```
library(infograf)
```