Giter VIP home page Giter VIP logo

mutex's Introduction

#Mutex Mutex is a software package identifying mutually exclusive and co-occurring pairs and triplets of mutations in sequenced tumor samples. Mutex is written in Python. It was developed by Jonathan Lu, Jason Pitt, and Lorenzo Pesce at the University of Chicago.

Mutex implements a binomial statistical model to assess for significance of the mutual exclusivity/co-occurrence of a pair. To control false discoveries, one can limit the tested pairs by performing an initial screen of the pairs over the patients with the least mutations, then choosing only the most significant ones to test across the whole distribution. Mutex uses the Benjamini-Hochberg procedure to control False Discoveries.

After detecting significant pairs, Mutex 1. searches for enriched genes and chromosomal regions 2. searches for enriched pairs. 3. plots the mutual-exclusivity and co-occurrence networks and finds genes with the highest degree centrality 4. Searches for triplets of mixed mutually exclusive and co-occurring pairs.

Furthermore, it has a flexible preprocessing feature to allow for: 1. handling various mutation types, particularly Copy Number Alterations, which can create significant artefacts due to lack of independence among alterations in nearby genes. Thus, one can require genes to be a certain distance away before being run 2. testing only those genes above a certain frequency

##Requirements mutex requires the following Python modules: 1. NetworkX 2. SciPy 3. NumPy 4. matplotlib

#Usage See "Mutex workflow" in the wiki for details.

#Input Mutex provides several python scripts for processing and integrating MAF and GISTIC files into the alteration matrix format, detailed below.

Alteration matrix. This tab-separated file lists alterations in your dataset. Each row lists the alterations for a single sample. In each row, the first column lists a sample ID, and the remaining columns list genes that are altered in that sample. Note that the matrix is not necessarily symmetric, as different samples will have different numbers of alterations. In all files, lines starting with '#' are ignored.

#Output Output files are txt files with each identified pair or triplet as one row.

We provide example matrices (".m2") in the data folder.

mutex's People

Stargazers

 avatar  avatar  avatar

Watchers

James Cloos avatar Jonathan Lu 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.