Giter VIP home page Giter VIP logo

immuno's Introduction

Immunotherapy Pipeline

Status

Build Status

Usage

From peptide string

python mutation_report.py --string EDLTVKIGDFGLATEKSRWSGSHQFEQLS --hla "HLA-B*35:01"

From input file

python mutation_report.py --input-file <.vcf, .maf, .tab, .fasta> --hla-file <allele-file> 

If VCF file is input, it will be annotated w/ gene information and Ensembl transcripts, otherwise input an annotated SnpEFF VCF file.

If you don't either an hla or hla-file then the default "HLA:A*02:01" will be used.

Options:

  • --input-file: Input file containing somatic variants (one of MAF, VCF, or SnpEff annotated VCF)
  • --string: String of amino acids, with optional annotation of a mutated region between underscores (i.e. QYS_LL_Q)
  • --hla: Comma separated list of HLA alleles.
  • --hla-file: Text file containing one HLA allele per line.
  • --peptide-length: Length of vaccine peptide (window around mutation, default 31)
  • --min-peptide-padding: Minimum number of wildtype residues before or after a mutation
  • --print-epitopes: Print dataframe with epitope scores
  • --print-peptides: Print dataframe with vaccine peptide scores
  • --output-epitopes-file: CSV output file for dataframe containing scored epitopes
  • --output-report-file: Path to HTML report containing scored vaccine peptides and epitopes
  • --random-mhc: Random values instead for MHC binding prediction
  • --iedb-mhc: Use IEDB's web API for MHC binding
  • --skip-mhc: Don't predict MHC binding
  • --quiet: Suppress verbose output

Requirements

You must either have netMHCpan installed locally or pass the iedb-mhc flag to use a web-based MHC binding predictor.

immuno's People

Contributors

arahuja avatar ihodes avatar iskandr avatar tavinathanson 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.