[Bioperl-l] frac_identical | Bio::Search::Tiling::MapTiling
Thiago Venancio
thiago.venancio at gmail.com
Fri Feb 27 18:21:24 UTC 2015
Hi all,
Bio::Search::Tiling::MapTiling frac_identical() is calculating it over the
total query length instead of the aligned length in a a BLASTN. Below is
the code I am using:
while( my $hit = $result->next_hit ) {
my $tiling = Bio::Search::Tiling::MapTiling->new($hit);
my $id = $tiling->frac_identical(-type => 'query', -action => 'exact');
}
Does anyone know how to change this behavior ?
Best,
Thiago
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.open-bio.org/pipermail/bioperl-l/attachments/20150227/3c6bbc20/attachment.html>
More information about the Bioperl-l
mailing list