[Bioperl-l] Fwd: purge method of Bio::Align::AlignI

Mark A. Jensen maj at fortinbras.us
Tue Dec 9 19:37:35 UTC 2008


So Laura, you would do

$alnio = new Bio::AlignIO(-file='myalign.fas', -format='fasta')
# or whatever format you please
$aln = $alnio->next_aln; 
# this gives you your myalign.fas in $aln, a Bio::SimpleAlign object
# then do

$purged_ones = $aln->purge(0.75);

cheers MAJ



More information about the Bioperl-l mailing list