Skip to content

EuracBiomedicalResearch/nafld_proteo_metabolomics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

165 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MASLD omics data analyses

This repository contains data processing and association analyses for the CHRIS NAFLD (MASLD) data resources.

General data analysis

Data processing/preprocessing

  • Preprocessing of the NAFLD/MASLD untargeted metabolomics data set (positive polarity) NAFLD_Prepro_pos.Rmd.
  • Normalisation of the NAFLD/MASLD untargeted metabolomics data set (positive polarity) NAFLD_Norm_pos.Rmd.

Association analyses

Pathway analysis

  • Pathway analysis using Ramp-DB of scanningswath proteomics and targeted metabolomics was performed online, so no script is available.
  • Pathway analysis using Mummichog algorithm of untargeted metabolomics for liver steatosis: NAFLD_naab13_mumichog.Rmd

Preliminary analyses

Required packages and setup

The analysis requires a recent version of R (version >= 3.6.0) and a set of R packages that can be installed with the code below.

install.packages("BiocManager")
library(BiocManager)
BiocManager::install(c("BiocStyle",
                       "xcms",
                       "RColorBrewer",
                       "pander",
                       "UpSetR",
                       "pheatmap",
                       "SummarizedExperiment",
                       "MsExperiment",
                       "Spectra",
                       "MetaboCoreUtils",
                       "MsBackendSql",
                       "MsQuality",
                       "writexl",
                       "ProtGenerics",
                       "MsCoreUtils",
                       "MetaboAnnotation"))

install.packages(c("tidyverse",
                   "readxl",
                   "readr",
                   "RSQLite",
                   "rmarkdown",
                   "kableExtra",
                   "magick",
                   "vioplot",
                   "pandoc",
                   "pander",
                   "car",
                   "DT",
                   "ggfortify",
                   "ggplot2",
                   "ggpubr",
                   "reshape2",
                   "plotly",
                   "rgl",
                   "writexl"))

remotes::install_github("EuracBiomedicalResearch/tidyfr")


About

Association analyses of NAFLD metabolomics and proteomics data.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages