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

Project Activity

See All Activity >

Categories

Bio-Informatics

License

Academic Free License (AFL)

Follow VDJFasta

VDJFasta Web Site

Other Useful Business Software
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
4
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5

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.
    1 user found this review helpful.
  • This core module enables a variety of sophisticated antibody analysis.
Read more reviews >

Additional Project Details

Intended Audience

Science/Research

User Interface

Console/Terminal

Programming Language

Perl

Related Categories

Perl Bio-Informatics Software

Registered

2011-02-28