Git Product home page Git Product logo

multi-omics-pd's Introduction

DEx Multi-Omics in Parkinson Disease (PD)

Description

In this repository is presented demo files and R scripts to reproduce one of the bioinformatic pipelines (framework A) and some of the visualization available in the manuscript Multi-omic landscaping of human midbrains identifies disease-relevant molecular targets and pathways in advanced-stage Parkinson's disease, published in Clinical Translational Medicine (2022).

Particularly, here you can find functions to ellaborate differential expression analyses of RNA-seq data (total and small RNA) using the Bioconductor packages DESeq2 and TCGAbiolinks.

Usage

Demo files are provided to conduct the differential expression analysis. This can be found in the Data/ folder. Nevertheless, please check the manuscript to access the multi-omics data used for the study.

This project was conducted in R software. As mention previously, here we present one of the bioinformatic pipelines available in our manuscript (framework A), in the R Scripts/ folder. However, for the other bioinformatic methodology (framework B), please revert to this GitHub page.

Bear in mind, here is only provided an adaptation of the original source code.

All the necessary R package dependencies are

  • ggplot2
  • magrittr
  • ggpubr
  • readxl
  • readr
  • dplyr
  • nortest
  • tidyverse
  • plyr
  • ashr
  • plm

These packages and dependencies should be installed a priori using the install.packages() function and complemented by the library() function to be ready to use.

Furthermore, we also leveraged packages available in the Bioconductor:

  • edgeR
  • limma
  • biomaRt
  • DESeq2
  • apeglm
  • vsn
  • TCGAbiolinks

Similarly, to employ these packages, first install the BiocManager package using install.packages("BiocManager"), and later the packages above using BiocManager::install().

For the RNA decomposition, we used the immunedeconv R package. This can be installed using the query:

install.packages("remotes")
remotes::install_github("icbi-lab/immunedeconv")

Contact

For any inquiries related to this work, please contact me via e-mail [email protected]

multi-omics-pd's People

Contributors

agalhoz avatar

Watchers

 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.