All Projects → mikessh → Vdjtools

mikessh / Vdjtools

Licence: other
Post-analysis of immune repertoire sequencing data

Programming Languages

groovy
2714 projects

Projects that are alternatives of or similar to Vdjtools

Coursera Specializations
Solutions to assignments of Coursera Specializations - Deep learning, Machine learning, Algorithms & Data Structures, Image Processing and Python For Everybody
Stars: ✭ 72 (-15.29%)
Mutual labels:  bioinformatics
Biosequences.jl
Biological sequences for the julia language
Stars: ✭ 77 (-9.41%)
Mutual labels:  bioinformatics
Awesome 10x Genomics
List of tools and resources related to the 10x Genomics GEMCode/Chromium system
Stars: ✭ 82 (-3.53%)
Mutual labels:  bioinformatics
Startapp
The START App: R Shiny Transcriptome Analysis Resource Tool
Stars: ✭ 73 (-14.12%)
Mutual labels:  bioinformatics
Fastq.bio
An interactive web tool for quality control of DNA sequencing data
Stars: ✭ 76 (-10.59%)
Mutual labels:  bioinformatics
Svtyper
Bayesian genotyper for structural variants
Stars: ✭ 79 (-7.06%)
Mutual labels:  bioinformatics
Globalbioticinteractions
Global Biotic Interactions provides access to existing species interaction datasets
Stars: ✭ 71 (-16.47%)
Mutual labels:  bioinformatics
Bioinformatics Workbook
Bioinformatics Workbook repository
Stars: ✭ 85 (+0%)
Mutual labels:  bioinformatics
Sibeliaz
A fast whole-genome aligner based on de Bruijn graphs
Stars: ✭ 76 (-10.59%)
Mutual labels:  bioinformatics
Squigglekit
SquiggleKit: A toolkit for manipulating nanopore signal data
Stars: ✭ 81 (-4.71%)
Mutual labels:  bioinformatics
Flowr
Robust and efficient workflows using a simple language agnostic approach
Stars: ✭ 73 (-14.12%)
Mutual labels:  bioinformatics
Oswitch
Provides access to complex Bioinformatics software (even BioLinux!) in just one command.
Stars: ✭ 75 (-11.76%)
Mutual labels:  bioinformatics
Goenrich
GO enrichment with python -- pandas meets networkx
Stars: ✭ 80 (-5.88%)
Mutual labels:  bioinformatics
Bgt
Flexible genotype query among 30,000+ samples whole-genome
Stars: ✭ 72 (-15.29%)
Mutual labels:  bioinformatics
Bioconda Recipes
Conda recipes for the bioconda channel.
Stars: ✭ 1,247 (+1367.06%)
Mutual labels:  bioinformatics
Awesome Expression Browser
😎 A curated list of software and resources for exploring and visualizing (browsing) expression data 😎
Stars: ✭ 72 (-15.29%)
Mutual labels:  bioinformatics
Mygene.info
MyGene.info: A BioThings API for gene annotations
Stars: ✭ 79 (-7.06%)
Mutual labels:  bioinformatics
Obofoundry.github.io
Metadata and website for the Open Bio Ontologies Foundry Ontology Registry
Stars: ✭ 85 (+0%)
Mutual labels:  bioinformatics
Truvari
Structural variant toolkit for VCFs
Stars: ✭ 85 (+0%)
Mutual labels:  bioinformatics
Edamontology
EDAM is an ontology of bioinformatics types of data including identifiers, data formats, operations and topics.
Stars: ✭ 80 (-5.88%)
Mutual labels:  bioinformatics

Build Status JitPack

VDJtools

A comprehensive analysis framework for T-cell and B-cell repertoire sequencing data. Compiled binaries are available from here. You can download them and execute as

java -jar vdjtools.jar ...

Make sure that you've specified the full/correct path to jar file. In case of Java Heap Space exception, you can increase the JVM memory limit by adding -Xmx20G (for extra 20G) after the -jar argument.

The software is cross-platform and requires Java v1.8+ to run and R to perform plotting.

Easy installation on MacOS/Linux via Homebrew or Linuxbrew:

brew tap homebrew/science
brew tap mikessh/repseq
brew install vdjtools
vdjtools CalcBasicStats ...

See homebrew-repseq for other RepSeq analysis software Homebrew installers.

List of features and detailed documentation can be found at ReadTheDocs.

Example datasets and shell scripts are provided in a separate repository.

Please cite VDJtools as:

Shugay M et al. VDJtools: Unifying Post-analysis of T Cell Receptor Repertoires. PLoS Comp Biol 2015; 11(11):e1004503-e1004503.

Some recent publications where VDJtools was used:

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].