Code Monkey home page Code Monkey logo
PS4DR photo

ps4dr Goto Github PK

repos: 2.0 gists: 0.0

Name: PS4DR

Type: Organization

Bio: Pathway Signatures 4 Drug Repurposing

Location: https://pharmacome.scai.fraunhofer.de/

PS4DR (Pathway Signatures for Drug Repositioning)

This package comprises a modular workflow designed to identify drug repositioning candidates using multi-omics data sets. A schematic figure of the workflow is presented below. The R scripts necessary to run the MSDRP pipeline are located in the R directory.

image

Figure 1. Design of the MSDRP workflow. Differentially expressed genes/proteins (i.e., DEG/DEP) from disease and drug perturbed profiles are passed as input together with GWAS data. Once the data is correctly formatted, users can define a custom pipeline, or series of steps in the workflow that will then be applied to the datasets. The steps performed in this pipeline constitute the optional portion of the workflow and involve filtering the -omics features coming from the dataset in order to reduce dimensionality by exclusively analyzing genes that have been associated with GWAS studies. Next, a previously selected pathway enrichment method is applied to DEG/DEP datasets deriving from both the disease and drug perturbed profiles to evaluate the direction of dysregulation for each affected pathway in each of these contexts. Finally, the workflow prioritizes drugs by finding the drugs that are predicted to invert the pathway signatures observed in the pathophysiology context.

Citation

If you use PS4DR in your work, please consider citing our preprint:

Installation

If devtools is not installed, do:

$ R -e 'install.packages("devtools", repos="http://cran.us.r-project.org")'

This library can be installed directly from GitHub using the following instructions adapted from R Package primer:

$ R -e 'library(devtools); install_github("ps4dr/ps4dr")'

Alternatively, ps4dr can be cloned then installed from the source with:

$ R -e 'install.packages(c("cowplot", "BiocManager", "data.table", "doParallel", "dplyr", "ggplot2", "gridExtra", "Hmisc", "httr", "jsonlite", "pROC", "purrr", "qqplotr","RColorBrewer", "RecordLinkage", "stringr", "tools", "tidyr", "VennDiagram"))'
$ R -e 'BiocManager::install(c("BiocParallel", "biomaRt", "graphite", "org.Hs.eg.db", "SPIA"))'

Then

$ git clone https://github.com/ps4dr/ps4dr.git
$ R -e 'library(devtools); install("ps4dr")'

Reproduction

To run the entire pipeline:

$ sh ps4dr.sh

Alternatively, see the instructions to:

  1. Run all pre-processing scripts using the instructions at https://github.com/ps4dr/ps4dr/tree/master/R/preprocessing
  2. Run all analysis scripts using the instructions at https://github.com/ps4dr/ps4dr/tree/master/R/analysis

How to Modify the Workflow

Notes how to change parts of the workflow:

  1. Selecting different gene sets (i.e., "gene set intersection" part in the figure)
  2. Modifying the Pathway enrichment Analysis method (i.e., GSEA instead of SPIA)

Disclaimer

PS4DR is a scientific software that has been developed in an academic capacity, and thus comes with no warranty or guarantee of maintenance, support, or back-up of data.

PS4DR's Projects

ps4dr icon ps4dr

Pathway Signatures for Drug Repositioning and Discovery

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.