Git Product home page Git Product logo

tiedie's Introduction

TieDIE: Tied Diffusion for Subnetwork Discovery.

Current Version

1.0

Authors

Evan O. Paull, Daniel Carlin and Joshua M. Stuart.

Additional Contributors

Srikanth Bezawada (TieDIE Cytoscape Plugin) Josh L. Espinoza (Quick kernel loading feature) Dana Silverbush (MATLAB kernel generation code updates to newer versions)

Requirements

Python 2.7 and the python numpy module are required to run the tiedie executable, when using a pre-computed diffusion kernel.

Either MATLAB or the python scipy module, version 0.12 or later, is required for diffusion kernel computation: the latter is free, though not as computationally efficient as the MATLAB implementation.

Installation

  • Install dependencies
  • Download the TieDIE repository to the desired location
  • (Recommended) Pre-Generate kernel file with MATLAB (bin/makeKernel.sh)
  • Run TieDIE/bin/tiedie

Examples

  • GBM.test An example signaling network from Glioblastoma (TCGA Network, 2012) is provided, along with input heats for an upstream set of genes (mutated genes) and a downstream set of nodes (transcriptional responses). To run:

    cd examples/GBM.test make

A tutorial for this simple example is provided in doc/Tutorial.pdf.

Programs

  • tiedie Python executable to run the TieDIE algorithm.
  • makeKernel.sh Shell script executable that calls MATLAB for diffusion kernel file generation.
  • (Auxillary) span.R An R-implementation of the Prize Collecting Steiner Tree network formulation, that calls the BioNet package.

Folders

  • bin : executables and matlab source files
  • lib : python code libraries for the tiedie executable
  • test : doctest unit tests, functional tests and regression tests
  • examples : GBM and BRCA inputs for demonstration purposes
  • galaxy : Galaxy web-server wrapper for tiedie to run through the web interface. (https://main.g2.bx.psu.edu/)
  • pathways : the "superpathway" described in the TieDIE paper, used with the TCGA BRCA dataset

In Press

TieDIE was first featured in the 2013 Nature paper "Comprehensive molecular characterization of clear cell renal cell carcinoma". In this TCGA (The Cancer Genome Atlas) network publication, a TieDIE analysis was used to connnect frequently mutated genes involving the SWI/SNF chromatin remodelling complex to a diverse set of gene expression changes characteristic of tumor development and progression. The TieDIE manuscript was not yet published at the time of the Nature publication and so is cited by name and author only. The TieDIE network solution is shown in figure 4 of the main text, which can be found at this link: http://www.nature.com/nature/journal/v499/n7456/full/nature12222.html .

Contact

Feature requests, comments and requests for clarification should all be sent to the author at [email protected]. I will try to respond quickly to all requests, so feel free to email me!

tiedie's People

Contributors

charlotteboys avatar epaull avatar jolespin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tiedie's Issues

PPRdiffuser with no instance of attribute getLabels

In TieDie/examples/BRCA.Basal.vs.LuminalA, when I was trying to run the default example with pagerank option as

../../bin/tiedie -u upstream.input -d downstream.input -n tiedie-1.0-basal.vs.luminal.sif -s 1.0 --pagerank

and it prints into terminal as :

Traceback (most recent call last):
File "../../bin/tiedie", line 318, in
k_labels = diffuser.getLabels()
AttributeError: PPrDiffuser instance has no attribute 'getLabels'

The tiedie executable executes correctly without --pagerank options, but diffuser.getLabels() does not attribute any labels as k_labels.

How important is to check the node universe matches the k_labels for pagerank algorithm in tieDIE? Is this attribute supposed to be happen? When I commented out line 319 - 322 in ..bin/tiedie, it compiles and works fine.

Please let me know if you have any questions regarding to this issue, and thank you in advance

Usage of command option -size

I have a question about the usage of -size commend option. In bin/tiedie code, it says that opts.size sets the desired relative size of the linker set of genes to be found by the algorithm. opts.size passed as size_control global variable and it only used in findLinkerCutoff in line 133 and line 402.

In def extractSubnetwork(up_heats, down_heats, up_heats_diffused, down_heats_diffused, size_control, set_alpha) in bin/tiedie line 106, it calls the findLinkerCutoff when the alpha value is none. findLinkerCutoff calls findLinkerCutoffMulti when there are two sets(source set, target set),and at findLInkerCutoffMulti line 411 tiedie_util.py.

The parameter size in findLInkerCutoffMulti only used to check if the size is 0 or not, and does not have any other use in the function, and filterLinekrs call (up_heat_diffused,down_heat_diffused,1) with the set size of 1 for filtering the minimum score at 411 tiedie_util.py.

I am having hard time understanding the proper size of cutoff for large network, and would you explain what would be appropriate way to find the cutoff? I have tried setting different sizes with using pagerank, but they all resulting the entire graph in tiedie.sif file.

Please let me know if you have any questions, and thanks in advance.

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.