Giter VIP home page Giter VIP logo

ljmu_masters_dissertation's Introduction

Application of ML for DRP using WGS data on MTB genomes.

This repository contains the code for my masters dissertation.

DOI

To execute the code, the following execution environments are recommended.

  1. AWS/Azure Batch for genomic pre-processing.

  2. Azure ML Studio for notebooks, with a decent server.

The rest of the instructions are embedded within the notebooks/FINAL/*ipynb notebooks.

Project Organization

├── LICENSE
├── README.md
│
├── conda_enviroment.yml <- The minimal conda file needed to recreate the environment.
├── azure_enviroment.yml <- The conda file for the Azure ML studio.
│
├── data
│   ├── interim        <- Intermediate data that has been transformed.
│   ├── processed      <- The final, canonical data sets for modeling.
│   └── raw            <- The original, immutable data dump.
│
├── models             
│      ├── ALL_FEATURES   <- Models trained on All features.
│      │      ├── FINAL   
│      │
│      └── PCA300         <- Models trained on PCA300 features.
│
├── notebooks          
│   ├── FINAL          <- The final jupyter notebooks, named as per their execution order.
│      └── 001_feature_engineering.ipynb
│      └── 002_choose_limited_tbportals_genomes.ipynb <- Contains the SRA IDs of genomes, can be downloaded through download.nf
│      └── 003_eda_mono_resistance.ipynb
│      └── 004_model_grids.ipynb
│      └── 005_stacked_ensemble.ipynb
│      └── 006_pca_based_ml.ipynb
│      └── 007_model_inspection_with_without_pca.ipynb
│
├── src                
│   ├── genomic_preprocessing           <- Scripts for genomic pre-processing
│      └── nyu_gatk.sh
│      └── download.nf
│      └── bwa.nf
│      └── fastqc.nf
│      └── gatk.nf
│      └── picard.nf
│      └── samtools.nf
│      └── tb_profiler.nf
│      └── trimmomatic.nf
│   
│   
│   ├── features       <- Scripts to turn raw VCF data into tabular data for modeling
│       └── 01_tbprofiler.py
│       └── 02_vcf_drop_cols.py
│       └── 03_filter_unique_snps.py
│       └── 04_binarize_vcf.py
│       └── 05_final_snp_df.py

ljmu_masters_dissertation's People

Contributors

abhi18av avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

gunjanrt04

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.