Giter Site home page Giter Site logo

neoepitope_prediction's Introduction

Neoepitope Prediction

Here we will lay out our pipeline for inferring neoepitopes in cancer.

Steps

  • Git clone the repo:
git clone https://github.com/tanyaphung/Neoepitope_Prediction.git
  • Change working directory to Neoepitope_Prediction:
cd Neoepitope_Prediction/
  • Create a conda environment
conda env create --name NeoepitopePrediction --file environment.yml
  • After you create a conda environment, activate it:
conda activate NeoepitopePrediction
  • untar the folder:
tar -xzvf IEDB_MHC_I-2.19.1.tar.gz
  • configure the tool and exit out of the directory
cd mhc_i/
./configure
cd ..
  • You will get a message like this after configuring the tool:
All prerequisites found!
Copying the standalone-specific netMHCcons template into place
IEDB MHC class I binding prediction tools successfully installed!
Use the command 'python src/predict_binding.py' to get started
  • Add peptides to respective folder.
  • Note that the file format has to be "TCGA-" + patient +"_Varscan_variants_filter.pass."+ str(num) +".peptide".
  • Add hla to the hla folder. Then delete the file all_hlas_here.txt.
rm -f hla/all_hlas_here.txt
  • Submit job on cluster:
  • Modify the script submit.sh to put in your information
  • Note: because of some issue in memory, right now this will work on ASU agave cluster.

neoepitope_prediction's People

Contributors

amitsharma3 avatar tanyaphung avatar mathbionerd avatar

Watchers

James Cloos avatar  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.