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 development version is compatible with julia
0.6.
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
To get the stable
version:
Pkg.add("EcologicalNetwork")
To stay up to date on more recent features, you may want to use the latest
version -- it will always be stable:
Pkg.clone("https://github.com/PoisotLab/EcologicalNetwork.jl")