Home
last modified time | relevance | path

Searched refs:remove_Annotations (Results 1 – 11 of 11) sorted by relevance

/dports/biology/p5-Bio-FeatureIO/Bio-FeatureIO-1.6.905/lib/Bio/SeqFeature/
H A DAnnotated.pm399 $self->remove_Annotations('seq_id');
450 $self->remove_Annotations('type');
481 $self->remove_Annotations('source');
517 $self->remove_Annotations('score');
551 $self->remove_Annotations('phase');
586 $self->remove_Annotations('frame');
624 sub remove_Annotations { subroutine
626 return $self->annotation->remove_Annotations(@args);
1204 return $self->annotation->remove_Annotations(@args);
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Tree/
H A DAnnotatableNode.pm195 $ac->remove_Annotations($tag);
215 $ac->remove_Annotations();
/dports/biology/p5-Bio-Cluster/Bio-Cluster-1.7.3/lib/Bio/Cluster/
H A DUniGene.pm1329 ($ann) = $self->annotation->remove_Annotations($key);
1368 $ac->remove_Annotations($key);
1439 foreach my $ann ($ac->remove_Annotations($key)) {
1447 @anns = $ac->remove_Annotations($key);
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/SeqFeature/
H A DAnnotationAdaptor.pm446 sub remove_Annotations{ subroutine
460 $anncoll->remove_Annotations($key);
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/
H A DAnnotationCollectionI.pm212 sub remove_Annotations{ subroutine
H A DSeq.pm1013 sub remove_Annotations { shift->annotation->remove_Annotations(@_) } subroutine
H A DSeqUtils.pm599 $trunc->annotation->remove_Annotations;
1481 $revcom->annotation->remove_Annotations;
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Annotation/
H A DCollection.pm401 sub remove_Annotations{ subroutine
438 my @origanns = $self->remove_Annotations(@keys);
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/SeqIO/
H A Dlocuslink.pm416 foreach my $dbl ($ann->remove_Annotations($key)) {
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/TreeIO/
H A Dphyloxml.pm1103 $ac->remove_Annotations('mol_seq');
1104 $tnode->annotation->remove_Annotations($current);
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/SeqIO/
H A Dswiss.t461 $seq->annotation->remove_Annotations('gene_name');