Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.32 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.32 KB

Outlier DetectIon for Networks (ODIN) R Implementation

This repository contains our R implementation of the algorithm for detecting outliers in structural connectivity binary adjacency matrices using ODIN (Outlier DetectIon for Networks), which we developed in our paper, Outlier Detection for Multi-Network Data.

The repository contains the directory data which contains a toy dataset for fitting with ODIN and the lobe and hemisphere locations of every ROI. It also contains the following R files built as a local R project.

There is also an Python implementation of this project here.