Skip to content

mims-harvard/fusenet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FuseNet

Markov networks are undirected graphical models that are widely used to infer relations between genes from experimental data. Their state-of-the-art inference procedures assume the data arise from a Gaussian distribution. High-throughput omics data, such as that from next generation sequencing, often violates this assumption. Furthermore, when collected data arise from multiple related but otherwise nonidentical distributions, their underlying networks are likely to have common features. New principled statistical approaches are needed that can deal with different data distributions and jointly consider collections of data sets.

FuseNet is a Markov network formulation that infers networks from a collection of nonidentically distributed data sets. FuseNet is computationally efficient and general: given any number of distributions from an exponential family, FuseNet represents model parameters through shared latent factors that define neighborhoods of network nodes. Network inference methods for non-Gaussian data, such as FuseNet, can help in accurate modeling of the data generated by emergent high-throughput technologies.

This repository contains supplementary material for Gene network inference by fusing data from diverse distributions by Marinka Zitnik and Blaz Zupan.

Install

FuseNet is distributed with a Cython-based extension for fast elastic net coordinate descent optimization. If BLAS/LAPACK is installed on the system, then the C code is compiled by running:

python setup.py build_ext --inplace

Note: Numpy and BLAS include directories are needed to compile the C code.

Citing

@article{Zitnik2015,
  title     = {Gene network inference by fusing data from diverse distributions},
  author    = {{\v{Z}}itnik, Marinka and Zupan, Bla{\v{z}}},
  journal   = {Bioinformatics},
  volume    = {31},
  number    = {12},
  pages     = {230–239},
  year      = {2015},
  publisher = {Oxford Journals}
}