<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div>On Sep 30, 2014, at 1:20 AM, Alexey Morozov &lt;<a href="mailto:alexeymorozov1991@gmail.com">alexeymorozov1991@gmail.com</a>&gt; wrote:</div>
<div><br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">
<div>Dear colleagues,<br>
</div>
Is there a method in bioperl that will calculate pairwise alignment scores for any given pair of genes in MSA (according to a given matrix and gap opening/extension cost)? It seems that Bio::SimpleAlign methods only work with score if it has been described
 in MSA file and can only hold a general multiple sequence alignment score.<br clear="all">
<div><br>
-- <br>
<font face="arial,helvetica,sans-serif">Alexey Morozov,<br>
LIN SB RAS, bioinformatics group.<br>
Irkutsk, Russia.<br>
</font></div>
</div>
</blockquote>
<br>
</div>
<div>
<div>Bio::Align::PairwiseStatistics appears to deal with this, see if it fits your needs. &nbsp;You may need to extract the pairwise alignment of the two genes if they are in a multiple sequence alignment.</div>
<div><br>
</div>
<div>chris</div>
</div>
<div><br>
</div>
</body>
</html>