This julia
package provides a common interface to analyze all types of data on
ecological networks. It is designed to be general, easy to expand, and work on
bipartite/unipartite as well as deterministic/quantitative/probabilistic
networks. The current version is compatible with julia
v0.7 -- the latest
version compatible with julia
v0.6 is
1.2.0.
You can read more about the selection of measures in:
Delmas, E. et al. Analyzing ecological networks of species interactions. bioRxiv 112540 (2017). doi:10.1101/112540
and about probabilistic networks in:
Poisot, T. et al. The structure of probabilistic networks. Methods in Ecology and Evolution 7, 303–312 (2016). doi: 10.1111/2041-210X.12468
Install:
Pkg.add("EcologicalNetworks")
That's it. Now head over to the documentation.