All Projects → milaboratory → Mixcr

milaboratory / Mixcr

Licence: other
MiXCR is a universal software for fast and accurate extraction of T- and B- cell receptor repertoires from any type of sequencing data. Free for academic use only.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Mixcr

Sarek
Detect germline or somatic variants from normal or tumour/normal whole-genome or targeted sequencing
Stars: ✭ 124 (-16.22%)
Mutual labels:  bioinformatics
Mrbayes
MrBayes is a program for Bayesian inference and model choice across a wide range of phylogenetic and evolutionary models. For documentation and downloading the program, please see the home page:
Stars: ✭ 131 (-11.49%)
Mutual labels:  bioinformatics
Parallel Fastq Dump
parallel fastq-dump wrapper
Stars: ✭ 141 (-4.73%)
Mutual labels:  bioinformatics
Somalier
fast sample-swap and relatedness checks on BAMs/CRAMs/VCFs/GVCFs... "like damn that is one smart wine guy"
Stars: ✭ 128 (-13.51%)
Mutual labels:  bioinformatics
Hts Nim
nim wrapper for htslib for parsing genomics data files
Stars: ✭ 132 (-10.81%)
Mutual labels:  bioinformatics
Awesome Single Cell
Community-curated list of software packages and data resources for single-cell, including RNA-seq, ATAC-seq, etc.
Stars: ✭ 1,937 (+1208.78%)
Mutual labels:  bioinformatics
Krakenuniq
🐙 KrakenUniq: Metagenomics classifier with unique k-mer counting for more specific results
Stars: ✭ 123 (-16.89%)
Mutual labels:  bioinformatics
Kaiju
Fast taxonomic classification of metagenomic sequencing reads using a protein reference database
Stars: ✭ 146 (-1.35%)
Mutual labels:  bioinformatics
Biotite
A comprehensive library for computational molecular biology
Stars: ✭ 132 (-10.81%)
Mutual labels:  bioinformatics
Hgvs
Python library to parse, format, validate, normalize, and map sequence variants. `pip install hgvs`
Stars: ✭ 138 (-6.76%)
Mutual labels:  bioinformatics
Masurca
Stars: ✭ 128 (-13.51%)
Mutual labels:  bioinformatics
Readfq
Fast multi-line FASTA/Q reader in several programming languages
Stars: ✭ 128 (-13.51%)
Mutual labels:  bioinformatics
Hifiasm
Hifiasm: a haplotype-resolved assembler for accurate Hifi reads
Stars: ✭ 134 (-9.46%)
Mutual labels:  bioinformatics
Plip
Protein-Ligand Interaction Profiler - Analyze and visualize non-covalent protein-ligand interactions in PDB files according to 📝 Salentin et al. (2015), https://www.doi.org/10.1093/nar/gkv315
Stars: ✭ 123 (-16.89%)
Mutual labels:  bioinformatics
Awesome Bioinformatics Benchmarks
A curated list of bioinformatics bench-marking papers and resources.
Stars: ✭ 142 (-4.05%)
Mutual labels:  bioinformatics
Deepecg
ECG classification programs based on ML/DL methods
Stars: ✭ 124 (-16.22%)
Mutual labels:  bioinformatics
Octopus
Bayesian haplotype-based mutation calling
Stars: ✭ 131 (-11.49%)
Mutual labels:  bioinformatics
Scde
R package for analyzing single-cell RNA-seq data
Stars: ✭ 147 (-0.68%)
Mutual labels:  bioinformatics
Pysradb
Package for fetching metadata and downloading data from SRA/ENA/GEO
Stars: ✭ 146 (-1.35%)
Mutual labels:  bioinformatics
Artemis
Artemis is a free genome viewer and annotation tool that allows visualization of sequence features and the results of analyses within the context of the sequence, and its six-frame translation
Stars: ✭ 135 (-8.78%)
Mutual labels:  bioinformatics

Build Status image

Overview

MiXCR is a universal software for fast and accurate analysis of raw T- or B- cell receptor repertoire sequencing data.

  • Easy to use. Default pipeline can be executed without any additional parameters (see Usage section)

  • TCR and IG repertoires

  • Following species are supported out-of-the-box using built-in library:

    • human
    • mouse
    • rat (only TRB and TRA)
    • ... several new species will be available soon
  • Efficiently extract repertoires from most of (if not all) types of TCR/IG-containing raw sequencing data:

    • data from all specialized RepSeq sample preparation protocols
    • RNA-Seq
    • WGS
    • single-cell data
    • etc..
  • Has optional CDR3 reconstruction step, that allows to recover full hypervariable region from several disjoint reads. Uses sophisticated algorithms protecting from false-positive assemblies at the same time having best in class efficiency.

  • Assemble clonotypes, applying several error-correction algorithms to eliminate artificial diversity arising from PCR and sequencing errors

  • Clonotypes can be assembled based on CDR3 sequence (default) as well as any other region, including full-length variable sequence (from beginning of FR1 to the end of FR4)

  • Assemble full TCR/Ig receptor sequences

  • Provides exhaustive output information for clonotypes and per-read alignments:

    • nucleotide and amino acid sequences of all immunologically relevant regions (FR1, CDR1, ..., CDR3, etc..)
    • identified V, D, J, C genes
    • nucleotide and amino acid mutations in germline regions
    • variable region topology (number of end V / D / J nucleotide deletions, length of P-segments, number of non-template N nucleotides)
    • sequencing quality scores for any extracted sequence
    • several other useful pieces of information
  • Completely transparent pipeline, possible to track individual read fate from raw fastq entry to clonotype. Several useful tools available to evaluate pipeline performance: human readable alignments visualization, diff tool for alignment and clonotype files, etc...

Installation / Download

Using Homebrew on Mac OS X or Linux (linuxbrew)

brew install milaboratory/all/mixcr

to upgrade already installed MiXCR to the newest version:

brew update
brew upgrade mixcr

Docker

See official Docker Image.

Manual install (any OS)

  • download latest stable MiXCR build from release page
  • unzip the archive
  • add resulting folder to your PATH variable
    • or add symbolic link for mixcr script to your bin folder
    • or use MiXCR directly by specifying full path to the executable script

Requirements

  • Any OS with Java support (Linux, Windows, Mac OS X, etc..)
  • Java 1.8 or higher

Usage

See usage examples in the official documentation https://mixcr.readthedocs.io/en/master/quickstart.html

Documentation

Detailed documentation can be found at https://mixcr.readthedocs.io/

If you haven't found the answer to your question in the docs, or have any suggestions concerning new features, feel free to create an issue here, on GitHub, or write an email to [email protected] .

Build

Requirements:

To build MiXCR from source:

  • Clone repository

    git clone https://github.com/milaboratory/mixcr.git
    
  • Refresh git submodules

    git submodule update --init --recursive
    
  • Run build script. First build may take several minuties to download sequences for built-in V/D/J/C gene libraries from NCBI.

    ./build.sh
    

License

Copyright (c) 2014-2019, Bolotin Dmitry, Chudakov Dmitry, Shugay Mikhail (here and after addressed as Inventors) All Rights Reserved

Permission to use, copy, modify and distribute any part of this program for educational, research and non-profit purposes, by non-profit institutions only, without fee, and without a written agreement is hereby granted, provided that the above copyright notice, this paragraph and the following three paragraphs appear in all copies.

Those desiring to incorporate this work into commercial products or use for commercial purposes should contact MiLaboratory LLC, which owns exclusive rights for distribution of this program for commercial purposes, using the following email address: [email protected].

IN NO EVENT SHALL THE INVENTORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE, EVEN IF THE INVENTORS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

THE SOFTWARE PROVIDED HEREIN IS ON AN "AS IS" BASIS, AND THE INVENTORS HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. THE INVENTORS MAKES NO REPRESENTATIONS AND EXTENDS NO WARRANTIES OF ANY KIND, EITHER IMPLIED OR EXPRESS, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE ANY PATENT, TRADEMARK OR OTHER RIGHTS.

Cite

  • Dmitriy A. Bolotin, Stanislav Poslavsky, Igor Mitrophanov, Mikhail Shugay, Ilgar Z. Mamedov, Ekaterina V. Putintseva, and Dmitriy M. Chudakov. "MiXCR: software for comprehensive adaptive immunity profiling." Nature methods 12, no. 5 (2015): 380-381.

  • Dmitriy A. Bolotin, Stanislav Poslavsky, Alexey N. Davydov, Felix E. Frenkel, Lorenzo Fanchi, Olga I. Zolotareva, Saskia Hemmers, Ekaterina V. Putintseva, Anna S. Obraztsova, Mikhail Shugay, Ravshan I. Ataullakhanov, Alexander Y. Rudensky, Ton N. Schumacher & Dmitriy M. Chudakov. "Antigen receptor repertoire profiling from RNA-seq data." Nature Biotechnology 35, 908–911 (2017)

Files referenced in original paper

Can be found here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].