[Bioperl-l] Missing Method: "get_tiled_alns"

WoA witch.of.agnessi at gmail.com
Mon Apr 29 21:56:19 UTC 2013


I'm trying to get alignment from tiled information generated out of a Blastx
report, (for two sequences made by 'blas2seq'). I'm using ActivePerl  15.6.2
and Bioperl 1.6 in Windows 7

However I'm getting the following error:

Can't locate object method "get_tiled_alns" via package
"Bio::Search::Tiling::Ma
pTiling" at tile_align_blastx.pm line 11, <GEN1> line 72.




The code is as follows:

use strict;
use warnings;
use Bio::SearchIO;
use Bio::Search::Tiling::MapTiling;

my $blio = Bio::SearchIO->new( -file => 'test.blastx2seq.out', -format
=>'blast');
my $result = $blio->next_result;
my $hit = $result->next_hit;
my $tiling = Bio::Search::Tiling::MapTiling->new($hit);
my @alns = $tiling->get_tiled_alns('abc123');
 
my $concat_seq_obj = $alns[0]->get_seq_by_id('abc123');


-- 
View this message in context: http://old.nabble.com/Missing-Method%3A-%22get_tiled_alns%22-tp35347933p35347933.html
Sent from the Perl - Bioperl-L mailing list archive at Nabble.com.




More information about the Bioperl-l mailing list