- or download this
use Bio::CUA; # perl module
- or download this
use Bio::CUA::CUB::Calculator;
use Bio::CUA::SeqIO;
- or download this
my $io = Bio::CUA::SeqIO->new($cds);
- or download this
my $io = Bio::CUA::SeqIO->new(-file => 'cds.dat');
- or download this
my $tai_val = sprintf "%10s: %.7f\n", $seq->id, $tai;
my $CAI_val = sprintf "%10s: %.7f\n", $seq->id, $CAI;
my $encp_val = sprintf "%10s: %.7f\n", $seq->id, $encp;
- or download this
------------- WARNING Bio::CUA::CUB::Calculator -------------
MSG: CAI values for codons were not provided for this analyzer, so can
+ not calculate CAI for sequences
...
MSG: No default base composition for seq '', so no GC-corrected ENC
-------------------------------------------------------------