-
-
12 Sep 2011 15:47:19 UTC
- Distribution: Bio-BLAST
- Module version: 0.4
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository (git clone)
- Issues
- Testers (286 / 0 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (38.37KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Robert Buels
- Dependencies
- Bio::PrimarySeq
- Bio::PrimarySeqI
- Bio::Seq::LargePrimarySeq
- Carp
- Class::Accessor::Fast
- File::Basename
- File::Copy
- File::Path
- File::Slurp
- File::Spec::Functions
- IO::Pipe
- IPC::Cmd
- IPC::System::Simple
- List::MoreUtils
- List::Util
- Memoize
- POSIX
- namespace::clean
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Bio::BLAST::Database::Seq - lazy-loading sequence from a BLAST database
DESCRIPTION
Implements all methods in Bio::PrimarySeqI. Lazily loads its sequence information from the BLAST database it comes from, meaning that the sequence information is not actually loaded until you ask for it. Uses Bio::Seq::LargePrimarySeq internally when sequences are large, so can handle arbitrarily large sequences relatively well.
METHODS
new
For use by Bio::BLAST::Database only.
Takes args -id and -bdb, which are the sequence's ID and the Bio::BLAST::Database object it's from, respectively.
whole_seq
Return a non-lazy Bio::PrimarySeqI-implementing object containing the entire sequence. Most developers should not need this.
id
Read-only. Return this sequence's identifier.
desc, description
Read only, return the description line, if any, for this sequence.
SEE ALSO
AUTHOR
Robert Buels <rmb32@cornell.edu>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Robert Buels.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Bio::BLAST::Database, copy and paste the appropriate command in to your terminal.
cpanm Bio::BLAST::Database
perl -MCPAN -e shell install Bio::BLAST::Database
For more information on module installation, please visit the detailed CPAN module installation guide.