Main > Programming > Libraries >

Bio::Index::Swissprot 1.4

Bio::Index::Swissprot 1.4

Sponsored Links

Bio::Index::Swissprot 1.4 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 2 (1 times)
File size: 4.7 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1144
Date added: 2006-09-09
Publisher: Ewan Birney

Bio::Index::Swissprot 1.4 description

Bio::Index::Swissprot is a Perl Interface for indexing (multiple) Swissprot .dat files (ie flat file swissprot format).

SYNOPSIS

# Complete code for making an index for several
# Swissprot files
use Bio::Index::Swissprot;
use strict;

my $Index_File_Name = shift;
my $inx = Bio::Index::Swissprot->new(-filename => $Index_File_Name,
-write_flag => WRITE);
$inx->make_index(@ARGV);

# Print out several sequences present in the index
# in gcg format
use Bio::Index::Swissprot;
use Bio::SeqIO;
use strict;

my $out = Bio::SeqIO->new( -format => gcg, -fh => *STDOUT );
my $Index_File_Name = shift;
my $inx = Bio::Index::Swissprot->new(-filename => $Index_File_Name);

foreach my $id (@ARGV) {
my $seq = $inx->fetch($id); # Returns Bio::Seq object
$out->write_seq($seq);
}

# alternatively
my ($id, $acc);
my $seq1 = $inx->get_Seq_by_id($id);
my $seq2 = $inx->get_Seq_by_acc($acc);

Inherits functions for managing dbm files from Bio::Index::Abstract.pm, and provides the basic funtionallity for indexing Swissprot files, and retrieving the sequence from them. Heavily snaffled from James Gilberts Fasta system. Note: for best results use strict.

Details on configuration and additional example code are available in the biodatabases.pod file.

Bio::Index::Swissprot 1.4 Screenshot

Advertisements

Bio::Index::Swissprot 1.4 Keywords

Bookmark Bio::Index::Swissprot 1.4

Hyperlink code:
Link for forum:

Bio::Index::Swissprot 1.4 Copyright

WareSeeker periodically updates pricing and software information of Bio::Index::Swissprot 1.4 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Bio::Index::Swissprot 1.4 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Bio::Index::Blast is a Perl module with indexes Blast reports and supports retrieval based on query accession(s). Free Download
Bio::DB::Flat::BDB::swissprot is a swissprot adaptor for Open-bio standard BDB-indexed flat file. Free Download
Bio::SeqIO::fastq is a fastq sequence input/output stream. Free Download
Bio::AlignIO::msf is a Perl module with msf sequence input/output stream. Free Download
Bio::Tree::NodeNHX is a Simple Tree Node with support for NHX tags. Free Download
ruby index/search is a general indexing framework for ruby. Free Download
Bio::Biblio::Patent is a representation of a patent. Free Download
Bio::ClusterI module is a cluster Perl interface. Free Download