Code Monkey home page Code Monkey logo

paradigm_tools's Introduction

paradigm_tools

tools relating to preparing data for Paradigm and post-processing Paradigm results Running PARADIGM via five3 Website

PARADIGM is a factor graph method for inferring biological pathway activity from gene expression and gene copy number sample data. More information about PARADIGM is available at:

data requirements

  • pathway file
    • Here at UCSC, we use our superpathway. The current version is superpathway_4.0.no_chemicals.tab. You could create your own pathway file by following the format described at https://dna.five3genomics.com/paradigm/help.
  • evidence files (expression data & copy number data)
    • The sample data are provided in tab-delimited 2-D matrix format.
      • samples in the columns
      • genes in the rows
    • The gene names must match the gene names in the pathway file (usually HUGO symbol).
    • The sample names must be common across data files as well as in the same order.
      • use commonColumnOrder.py
    • Are the features (genes) required to be common across data files as well as in the same order?
      • use commonRowOrder.py
    • normalizing expression data
      • If no match normal data is available, normalize against the cohort itself using a gene-wise, mean-center method.
        • Rscript normalize.r mRNA_matrix.tab mean_shift row > mRNA_matrix.meanshifted.tab
      • If normal data is available, then normalize against the normal data.
        • (Do we have a script for doing this?)
    • Is there any normalization requirement for copy number data?

parameters

  • starting parameters and training parameters?

submitting the job

Submit the job via website at http://paradigm.five3genomics.com/.

PARADIGM results

(What to do with the results?)

(modulation filter)

(constituent pathways most enriched for changed activity level)

paradigm_tools's People

Contributors

chkw avatar

Stargazers

 avatar

Watchers

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