CompBio::DB
Details
| Size: | 62K |
| Last Update: | 2008-05-18 22:06:26 |
| Version: | 0.47 |
| OS Support: | Linux |
| License/Program Type: | Perl Artistic License |
| Publisher: | Sean Quinlan |
| Price: | $0.00 |
Description:
CompBio::DB 0.47 is libraries software developed by Sean Quinlan.
CompBio::DB is a Perl module with methods for accessing data stored according to the CompBio base schema.
SYNOPSIS
use CompBio::DB;
my $cbdb = CompBio::DB->new({host => "foo.bar.edu");
my $AR_defs = $cbdb->get_annotation([keys %seqs]);
Example code for parsing the return for a simple print:
my $AR_result = $cbdb->get_aa_seq(@id_list);
foreach my $AR_row (@$AR_result) {
next unless @$AR_row;
print join("t",@$AR_row) , "n";
} return list
This module and the related database schemas where developed to be used with a MySQL server. Although I would certainly prefer it to be portable, that was not a priority at this time. However, I expect the manual alterations that may be necisary to use this module should be very resonable for someone sufficiently familiar with the new target database server, and I would be happy to collaborate with anyone who wants to work on this!
Most of the methods in this database fetch a type of data from a given id or list of ids. Unless otherwise stated for a specific method, only two arguments are ever used; the id or an array reference to a list of ids, and a hash reference containing any optional arguments. The request will be made against the default database defined when the CompBio::DB object was created, but most methods accept a "database" option to use a different database on the same server.
All methods that return query results return a reference to a 2D array. See the documentaion for specific methods for the order of returned fields.
Requirements:
Perl
CompBio::DB 0.47 supports different languages (including english). It works with Linux.
Downloading CompBio::DB 0.47 will take several seconds if you use fast ADSL connection.
0 comments
Add to
CompBio::DB Version History
Related Software
|
|
From category: Preprocessors |
| CLIP 1.2.0 is preprocessors software developed by ITK. CLIP is a Clipper/XBase compatible compiler with initial support other xBase dialects. CLIP project features support for international languag... |
|
|
From category: Libraries |
| Convert::yEnc::Entry 1.02 is libraries software developed by Steven W McDougall. Convert::yEnc::Entry is a Perl module as an entry in a Convert::yEnc::RC database. SYNOPSIS use Conv... |
|
|
From category: Interpreters |
| Argh! 0.2.3 is interpreters software developed by Sascha Wilde. Argh! is an esoteric programming language in the spirit of Befunge, Brainfuck, and friends. Argh! project is a nice and simple langua... |
|
|
From category: Perl-Modules |
| Apache::DBILogger is a Perl module that tracks what&039;s being transferred in a DBI database.... |
|
|
From category: Libraries |
| C::Sharp 0.01 is libraries software developed by Simon Cozens. C::Sharp is a parser and Lexer for C Programming Language. SYNOPSIS use C::Sharp; use C::Sharp::Tokener; us... |
|
|
From category: Code-Generators |
| CodeSugar Eclipse Plugin 1.3.0 is code generators software developed by Mike G. CodeSugar Eclipse Plugin is an Eclipse plugin that can generate methods such as equals(), clone(), toString(), and ha... |
|
|
From category: Compilers |
| ccbuild 1.5.3 is compilers software developed by A. Bram Neijt. The ccbuild goal is to allow the developer to run only one command: ccbuild. ccbuild program will then find out what it should do on... |
|
|
From category: Libraries |
| Date::Convert::French_Rev 0.05 is libraries software developed by Jean Forget. Date::Convert::French_Rev can convert from / to French Revolutionary Calendar. SYNOPSIS use Date::Conv... |
|
|
From category: Code-Generators |
| Caffeine.NET 0.1.0 is code generators software developed by Bruno Fernandez-Ruiz. Caffeine is a free high-performing interoperability solution between the Java platform and the .NET framework. \... |
|
|
From category: Libraries |
| Adevs 2.0.5 is libraries software developed by Jim Nutaro. adevs is a C++ library for developing discrete event simulations based on the Parallel DEVS and DSDEVS formalisms. DEVS has been ap... |
|
|
From category: Libraries |
| FOX is a C++-based toolkit for GUI development.... |
|
|
From category: Libraries |
| Libgvectors is a C++ library for visualizing mathematical vectors.... |
|
|
From category: Libraries |
| Chart::Graph 3.2 is libraries software developed by CAIDA Perl development team. Chart::Graph is a Perl extension for a front-end to gnuplot, XRT, and Xmgrace. SYNOPSIS EXAMPLE: gn... |
|
|
From category: Libraries |
| Bio::ExtractNE::MakeDict 1.06 is libraries software developed by Yung-chung Lin. Bio::ExtractNE::MakeDict is a package for creating dictionary. FUNCTIONS mkdict($input_file, $output_d... |
|
|
From category: Perl-Modules |
| Search::Circa::Search is a search interface on Circa, a www search engine running with Mysql.... |
Leave a comment