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

You Might Also Like
Employee monitoring software with screenshots Icon
Employee monitoring software with screenshots

Clear visibility and insights into how employees work. Even remotely.

Stay productive working at any distance from anywhere with Monitask.
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