Giter VIP home page Giter VIP logo

hpv-multiomics's Introduction

Multi-Omics Predictive Modelling of Cervicovaginal Microenvironment

This repository accompanies the publication: "Multi-omics data integration reveals metabolome as the top predictor of the cervicovaginal microenvironment". It includes all published analyses, namely the data analysis and modelling in notebook a-modelling-HPV.ipynb and the analysis of the interaction of microbiome and metabolome in the notebook b-mmvec-HPV.ipynb.

To reproduce the published results please follow the below setup instructions (they are unique for each of the two notebooks).

Setup for a-modelling-HPV.ipynb

  • To run this notebook you should setup a conda environment with the qiime2-2021.4 distribution installed within:
wget https://data.qiime2.org/distro/core/qiime2-2021.4-py38-osx-conda.yml
conda env create -n hpv_modelling --file qiime2-2021.4-py38-osx-conda.yml
rm qiime2-2021.4-py38-osx-conda.yml
conda activate hpv_modelling
  • Within the conda environment install all required packages with (usage of python -m pip to ensure that the package is pip installed in the conda environment and not elsewhere):
python -m pip install git+https://github.com/bokulich-lab/RESCRIPt.git
conda install -c conda-forge -c r --file requirements-modelling.txt
  • Have fun recreating our published results :).

Setup for b-mmvec-HPV.ipynb

  • To run this notebook you should setup a conda environment with an older version of the QIIME2 distribution installed within, namely 2020.6. This is required as the used plugin mmvec is currently only supported until this version.
wget https://data.qiime2.org/distro/core/qiime2-2020.6-py36-osx-conda.yml
conda env create -n hpv_mmvec --file qiime2-2020.6-py36-osx-conda.yml
rm qiime2-2020.6-py36-osx-conda.yml
conda activate hpv_mmvec
  • Within the activated conda environment install the required dependency mmvec as:
python -m pip install install git+https://github.com/biocore/mmvec.git
qiime dev refresh-cache
  • (Optional:) If you want to have a nice jupyter notebook experience feel free to also install the following dependencies:
conda install -c conda-forge --file requirements-mmvec.txt
  • Happy reproduction of the results! :)

Contact

In case of questions or comments feel free to raise an issue in this repository.

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.