Help for this page

Select Code to Download


  1. or download this
    use Bio::CUA; # perl module
    
  2. or download this
    use Bio::CUA::CUB::Calculator;
    use Bio::CUA::SeqIO;
    
  3. or download this
    my $io = Bio::CUA::SeqIO->new($cds);
    
  4. or download this
    my $io = Bio::CUA::SeqIO->new(-file => 'cds.dat');
    
  5. 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;
    
  6. 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
    
    -------------------------------------------------------------