User Tools

Site Tools


bio:tools:codonopttable

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
bio:tools:codonopttable [2009/12/17 09:42] 172.26.15.75bio:tools:codonopttable [2009/12/17 09:45] 172.26.15.75
Line 14: Line 14:
 http://search.cpan.org/~shardiwal/Bio-Tools-CodonOptTable-0.07/lib/Bio/Tools/CodonOptTable.pm http://search.cpan.org/~shardiwal/Bio-Tools-CodonOptTable-0.07/lib/Bio/Tools/CodonOptTable.pm
  
-Uses /Examples +====USES or Examples====
-USES or Examples+
  
 You can use this module in the following ways You can use this module in the following ways
 +<code>
 use Bio::Tools::CodonOptTable; use Bio::Tools::CodonOptTable;
  
Line 29: Line 28:
                                                 -genetic_code => 1,                                                 -genetic_code => 1,
                                    );                                    );
 +</code>
 B<#If you wanna read from file> B<#If you wanna read from file>
 +<code>
 my $seqobj = Bio::Tools::CodonOptTable->new(-file => "contig.fasta", my $seqobj = Bio::Tools::CodonOptTable->new(-file => "contig.fasta",
  
Line 35: Line 36:
                                              -genetic_code => 1,                                              -genetic_code => 1,
                                              );                                              );
-B<#If you have Accession number and want to get file from NCBI> my $seqobj = Bio::Tools::CodonOptTable->new(-ncbi_id => "J00522",+</code> 
 +B<#If you have Accession number and want to get file from NCBI> <code>my $seqobj = Bio::Tools::CodonOptTable->new(-ncbi_id => "J00522",
  
 -genetic_code => 1,); -genetic_code => 1,);
Line 54: Line 56:
         }         }
         }         }
 +</code>
 B<# To get the prefered codon list based on RSCU & RAC Values > my $prefered_codons = $seqobj->prefered_codon($myCodons); B<# To get the prefered codon list based on RSCU & RAC Values > my $prefered_codons = $seqobj->prefered_codon($myCodons);
  
bio/tools/codonopttable.txt · Last modified: 2010/06/30 19:52 by 172.26.15.75