Results for "long reads"

Bio-Scripts

  • Perl script for chi-squared test !

    #!/usr/bin/perl # # chidi.pl # # A script to perform a chi-squared test of the dinucleotide frequencies of tw...$Author$ # Last updated on: $Date$ use strict; use warnings; use Getopt::Long;...

    423 days ago