logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Bio::DB::GFF::Adaptor::dbi::iterator - iterator for Bio::DB::GFF::Adaptor::dbi

Author

       Lincoln Stein <lstein@cshl.org>.

       Copyright (c) 2001 Cold Spring Harbor Laboratory.

       This library is free software; you can redistribute it and/or modify it under the same terms as Perl
       itself.

perl v5.30.0                                       2020-01-13             Bio::DB::GFF::A...::dbi::iterator(3pm)

Bugs

       None known yet.

Description

       This is an internal module that is used by the Bio::DB::GFF DBI adaptor to return an iterator across a
       sequence feature query.  The object has a single method, next_feature(), that returns the next feature
       from the query.  The method next_seq() is an alias for next_feature().

Name

       Bio::DB::GFF::Adaptor::dbi::iterator - iterator for Bio::DB::GFF::Adaptor::dbi

See Also

       Bio::DB::GFF,

Synopsis

       For internal use only

See Also