<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: BioPerl Mailing List Summaries</title>
	<atom:link href="http://news.open-bio.org/news/2006/04/bioperl-mailing-list-summaries/feed/" rel="self" type="application/rss+xml" />
	<link>http://news.open-bio.org/news/2006/04/bioperl-mailing-list-summaries/</link>
	<description>Open Source Bioinformatics news</description>
	<lastBuildDate>Tue, 15 Dec 2009 16:57:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Chris Fields</title>
		<link>http://news.open-bio.org/news/2006/04/bioperl-mailing-list-summaries/comment-page-1/#comment-94</link>
		<dc:creator>Chris Fields</dc:creator>
		<pubDate>Sat, 24 Jun 2006 14:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://bioperl.org/news/2006/04/11/bioperl-mailing-list-summaries/#comment-94</guid>
		<description>You should be posting this to the mail list and not here:

http://bioperl.org/mailman/listinfo/bioperl-l

BTW,  Bio::Tools::Run::Phylo::PAML::Yn00/codeml were recently updated to deal with results from PAML 3.15 which could be your problem, but you&#039;ll have to update from CVS.</description>
		<content:encoded><![CDATA[<p>You should be posting this to the mail list and not here:</p>
<p><a href="http://bioperl.org/mailman/listinfo/bioperl-l" rel="nofollow">http://bioperl.org/mailman/listinfo/bioperl-l</a></p>
<p>BTW,  Bio::Tools::Run::Phylo::PAML::Yn00/codeml were recently updated to deal with results from PAML 3.15 which could be your problem, but you&#8217;ll have to update from CVS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todaewon</title>
		<link>http://news.open-bio.org/news/2006/04/bioperl-mailing-list-summaries/comment-page-1/#comment-93</link>
		<dc:creator>todaewon</dc:creator>
		<pubDate>Sat, 24 Jun 2006 13:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://bioperl.org/news/2006/04/11/bioperl-mailing-list-summaries/#comment-93</guid>
		<description>I just coded according to howto manual
but I can&#039;t get any result. there is no error message~!~

what&#039;s happen??


use lib &quot;/usr/local/lib/perl5/site_perl/5.8.7&quot;;
use Bio::Tools::Run::Phylo::PAML::Yn00;
use Bio::AlignIO;
my $alignio =  new Bio::AlignIO(-format =&gt; &#039;phylip&#039;,
                                -file    =&gt; &#039;/r1/people/daewon_kim/ Oranutan_cDNA/2.Processing/4.CodonC/dNdSGene1.phylip&#039;,

                                -idlength=&gt;12,
                                -interleaved =&gt; 1);
                                 my $aln = $alignio-&gt;next_aln;

my $yn = new Bio::Tools::Run::Phylo::PAML::Yn00();
$yn-&gt;alignment($aln);
my ($rc,$parser) = $yn-&gt;run();

if(my $result = $parser-&gt;next_result) {
   my @otus = $result-&gt;get_seqs();
   my $MLmatrix = $result-&gt;get_MLmatrix();
   # 0 and 1 correspond to the 1st and 2nd entry in the @otus array
   my $dN = $MLmatrix-&gt;[0]-&gt;[1]-&gt;{dN};
   my $dS = $MLmatrix-&gt;[0]-&gt;[1]-&gt;{dS};
   my $kaks =$MLmatrix-&gt;[0]-&gt;[1]-&gt;{omega};
   print &quot;Ka = $dN Ks = $dS Ka/Ks = $kaks\n&quot;;
}</description>
		<content:encoded><![CDATA[<p>I just coded according to howto manual<br />
but I can&#8217;t get any result. there is no error message~!~</p>
<p>what&#8217;s happen??</p>
<p>use lib &#8220;/usr/local/lib/perl5/site_perl/5.8.7&#8243;;<br />
use Bio::Tools::Run::Phylo::PAML::Yn00;<br />
use Bio::AlignIO;<br />
my $alignio =  new Bio::AlignIO(-format =&gt; &#8216;phylip&#8217;,<br />
                                -file    =&gt; &#8216;/r1/people/daewon_kim/ Oranutan_cDNA/2.Processing/4.CodonC/dNdSGene1.phylip&#8217;,</p>
<p>                                -idlength=&gt;12,<br />
                                -interleaved =&gt; 1);<br />
                                 my $aln = $alignio-&gt;next_aln;</p>
<p>my $yn = new Bio::Tools::Run::Phylo::PAML::Yn00();<br />
$yn-&gt;alignment($aln);<br />
my ($rc,$parser) = $yn-&gt;run();</p>
<p>if(my $result = $parser-&gt;next_result) {<br />
   my @otus = $result-&gt;get_seqs();<br />
   my $MLmatrix = $result-&gt;get_MLmatrix();<br />
   # 0 and 1 correspond to the 1st and 2nd entry in the @otus array<br />
   my $dN = $MLmatrix-&gt;[0]-&gt;[1]-&gt;{dN};<br />
   my $dS = $MLmatrix-&gt;[0]-&gt;[1]-&gt;{dS};<br />
   my $kaks =$MLmatrix-&gt;[0]-&gt;[1]-&gt;{omega};<br />
   print &#8220;Ka = $dN Ks = $dS Ka/Ks = $kaks\n&#8221;;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
