Giter Club home page Giter Club logo

ngmc's Introduction

NG-MC

Epistatic miniarray profile (E-MAP) is a popular large-scale gene interaction discovery platform. E-MAPs benefit from quantitative output, which makes it possible to detect subtle interactions. However, due to the limits of biotechnology, E-MAP studies fail to measure genetic interactions for up to 40% of gene pairs in an assay.

Network-guided matrix completion (NG-MC) is a knowledge-assisted method for imputing and predicting interactions in E-MAP-like data sets. The core part of NG-MC is low-rank probabilistic matrix completion that considers additional knowledge presented as a collection of gene networks.

NG-MC assumes that interactions are transitive, such that latent gene interaction profiles inferred by NG-MC depend on the profiles of their direct neighbors in gene networks. As the NG-MC inference algorithm progresses, it propagates latent interaction profiles through each of the networks and updates gene network weights towards improved prediction.

This repository contains supplementary material for Data imputation in epistatic MAPs by network-guided matrix completion by Marinka Zitnik and Blaz Zupan.

Usage

Fitting network-guided matrix completion with default parameters::

>>> from ngmc import Ngmc
>>> from data import loader
>>> G, gene2idx = loader.load_surma_emap("data/surma-mmc7/S-Scores-lipid-E-MAP.csv")
>>> ngmc = Ngmc(G, c=60)
>>> ngmc.fit()

For complete example see example.py or run::

$ python example.py

Citing

@article{Zitnik2015,
  title     = {Data imputation in epistatic {MAP}s by network-guided matrix completion},
  author    = {{\v{Z}}itnik, Marinka and Zupan, Bla{\v{z}}},
  journal   = {Journal of Computational Biology},
  volume    = {22},
  number    = {6},
  pages     = {595-608},
  year      = {2015},
  publisher = {Mary Ann Liebert, Inc}
}

ngmc's People

Contributors

marinkaz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.