Bioinformatics Perl extension for the analysis of antibody variable domain repertoires. Suitable for mammalian repertoire sequences obtained either by Sanger or 454 sequencing. Methods published in Glanville, Zhai, Berka et al, PNAS 2009.
Features
- HMM-based CDR identification
- HMM-based translation and alignment
- Probabilistic germline classification
Categories
Bio-InformaticsLicense
Academic Free License (AFL)Follow VDJFasta
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
change the combination calculation funtion, i.e. nCk, to sub combination { my( $n, $k ) = @_; return unless defined $n && $n =~ /^\d+$/ && defined $k && $k =~ /^\d+$/; my $product = 1; while( $k > 0 ) { $product *= $n--; $product /= $k--; } return $product; } as in Math/Counting.pm get 30% of speedup!
-
The software is great, but be aware there is a mistake in the README file. It tells you to point to the program 'blastall' when setting $self->{blast} = "/location/of/blastall" but actually you need to point to 'blastn' not 'blastall'. The the program works fine. Good job!
-
Vdjfasta is great! Thanks.
-
This core module enables a variety of sophisticated antibody analysis.