Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 2.4 KB

README.md

File metadata and controls

31 lines (17 loc) · 2.4 KB

Microbial Network Analysis (MNA) in MATLAB

This project comprises a collection of functions and scripts for (microbial) network analysis. This repository is constantly expanded and tested. Many of the scripts have been used in a number of publications.

Publications that used the MATLAB functions and scripts

The folder Paper-Ruiz-2017/ comprises results from [2]. The folder Tipton-2018/ comprises results from [3]. Please cite these papers when using (variations of) this code for similar analysis pipelines.

Graphlets, graphlet correlations, and graphlet correlation distance computation

The folder GraphletComputation/ shows how to do microbial network comparisons for networks of different sizes. It is based on the Graphlet Correlation Distance (GCD), as introduced in

For computation of the graphlets (i.e., small induced subgraphs), the orca package is used, as introduced in

Please cite these papers when using (variations of) this code for similar analysis pipelines.