accession
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4
Class::DBI::ConceptSearch 0.04
Class::DBI::ConceptSearch is a Perl module to retrieve Class::DBI aggregates from high-level conceptual searches. more>>
Class::DBI::ConceptSearch is a Perl module to retrieve Class::DBI aggregates from high-level conceptual searches.
SYNOPSIS
my $cs = Class::DBI::ConceptSearch->new(xml => $config); #see CONFIGURATION
$cs->use_wildcards(1);
$cs->use_implicit_wildcards(1);
$cs->use_search_ilike(1);
$cs->use_search_lower(1);
my(@tracks) = $cs->search( albums => Britney );
Given the example Class::DBI classes (Music::CD, Music::Artist, Music::Track), lets add another one, Music::Dbxref, which contains external database accessions outside our control. Music::Dbxref includes things like UPC IDs, ASIN and ISBN numbers, vendor and manufacturer part numbers, person IDs (for artists), etc.
<<lessSYNOPSIS
my $cs = Class::DBI::ConceptSearch->new(xml => $config); #see CONFIGURATION
$cs->use_wildcards(1);
$cs->use_implicit_wildcards(1);
$cs->use_search_ilike(1);
$cs->use_search_lower(1);
my(@tracks) = $cs->search( albums => Britney );
Given the example Class::DBI classes (Music::CD, Music::Artist, Music::Track), lets add another one, Music::Dbxref, which contains external database accessions outside our control. Music::Dbxref includes things like UPC IDs, ASIN and ISBN numbers, vendor and manufacturer part numbers, person IDs (for artists), etc.
Download (0.007MB)
Added: 2006-09-20 License: Perl Artistic License Price:
1129 downloads
Plasmidb 0.8
Plasmidb is a frontend to a simple MySQL database, which itself contains information about projects in molecular biology. more>>
Plasmidb project is a interface to a simple MySQL database, which itself contains information about projects in molecular biology.
The focus is the data pertaining to bacterial plasmids, but also the protein sequences which are being worked on for a particular project, DNA sequences of target genes.
The database is designed to be extensible, so after learning about how the interface works, a user could add data types in SQL tables and write an interface to be able to edit it easily.
Main features:
- Standard cloning or expression plasmids (e.g. their antibiotic selection markers, any RNA polymerase promoters).
- Database sequences you may be currently working on (their accession numbers, sequences, coding sequences).
- Products you may wish to express or purify from them. e.g. His-tagged protein or RNA run-off transcripts etc.
- Primers you have ordered.
- Restriction enzymes.
- DNA sequencing data.
- Protein prep yields and data about purity.
Despite this being a work-in-progress, I have found the database to be very useful.
The database contains user and session information, so only upon logging-in, can one view and edit the database information.
Enhancements:
- User interface improvements, CSS restyle and many framework improvements are included in this release.
- PDF maps can now be added easily to the list of standard plasmids.
- Many Invitrogen and Novagen plasmids are included in the standard database.
- This is the last major release before migrating to Ruby on Rails.
<<lessThe focus is the data pertaining to bacterial plasmids, but also the protein sequences which are being worked on for a particular project, DNA sequences of target genes.
The database is designed to be extensible, so after learning about how the interface works, a user could add data types in SQL tables and write an interface to be able to edit it easily.
Main features:
- Standard cloning or expression plasmids (e.g. their antibiotic selection markers, any RNA polymerase promoters).
- Database sequences you may be currently working on (their accession numbers, sequences, coding sequences).
- Products you may wish to express or purify from them. e.g. His-tagged protein or RNA run-off transcripts etc.
- Primers you have ordered.
- Restriction enzymes.
- DNA sequencing data.
- Protein prep yields and data about purity.
Despite this being a work-in-progress, I have found the database to be very useful.
The database contains user and session information, so only upon logging-in, can one view and edit the database information.
Enhancements:
- User interface improvements, CSS restyle and many framework improvements are included in this release.
- PDF maps can now be added easily to the list of standard plasmids.
- Many Invitrogen and Novagen plasmids are included in the standard database.
- This is the last major release before migrating to Ruby on Rails.
Download (2.4MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
852 downloads
Bio::Matrix::PSM::InstanceSite 1.4
Bio::Matrix::PSM::InstanceSite is a PSM site occurance. more>>
Bio::Matrix::PSM::InstanceSite is a PSM site occurance.
SYNOPSIS
use Bio::Matrix::PSM::InstanceSite;
#You can get an InstanceSite object either from a file:
my ($instances,$matrix)=$SomePSMFile->parse_next;
#or from memory
my %params=(seq=>TATAAT,
id=>"TATAbox1", accession=>ENSG00000122304, mid=>TB1,
desc=>TATA box, experimentally verified in PRM1 gene,
relpos=>-35);
Abstract interface to PSM site occurrence (PSM sequence match). InstanceSite objects may be used to describe a PSM (See Bio::Matrix::PSM::SiteMatrix) sequence matches. The usual characteristic of such a match is sequence coordinates, score, sequence and sequence (gene) identifier- accession number or other id.
This object inherits from Bio::LocatableSeq (which defines the real sequence) and might hold a SiteMatrix object, used to detect the CRE (cis-regulatory element), or created from this CRE.
While the documentation states that the motif id and gene id (accession) combination should be unique, this is not entirely true- there might be more than one occurrence of the same cis-regulatory element in the upstream region of the same gene. Therefore relpos would be the third element to create a really unique combination.
<<lessSYNOPSIS
use Bio::Matrix::PSM::InstanceSite;
#You can get an InstanceSite object either from a file:
my ($instances,$matrix)=$SomePSMFile->parse_next;
#or from memory
my %params=(seq=>TATAAT,
id=>"TATAbox1", accession=>ENSG00000122304, mid=>TB1,
desc=>TATA box, experimentally verified in PRM1 gene,
relpos=>-35);
Abstract interface to PSM site occurrence (PSM sequence match). InstanceSite objects may be used to describe a PSM (See Bio::Matrix::PSM::SiteMatrix) sequence matches. The usual characteristic of such a match is sequence coordinates, score, sequence and sequence (gene) identifier- accession number or other id.
This object inherits from Bio::LocatableSeq (which defines the real sequence) and might hold a SiteMatrix object, used to detect the CRE (cis-regulatory element), or created from this CRE.
While the documentation states that the motif id and gene id (accession) combination should be unique, this is not entirely true- there might be more than one occurrence of the same cis-regulatory element in the upstream region of the same gene. Therefore relpos would be the third element to create a really unique combination.
Download (4.7MB)
Added: 2006-10-10 License: Perl Artistic License Price:
1110 downloads
Bio::Index::Blast 1.4
Bio::Index::Blast is a Perl module with indexes Blast reports and supports retrieval based on query accession(s). more>>
Bio::Index::Blast is a Perl module with indexes Blast reports and supports retrieval based on query accession(s).
SYNOPSIS
use strict;
use Bio::Index::Blast;
my ($indexfile,$file1, $file2);
my $index = new Bio::Index::Blast(-filename => $indexfile,
-write_flag => 1);
$index->make_index($file1, $file2);
my $id;
my $data = $index->get_stream($id);
my $bplite_report = $index->fetch_report($id);
print "query is ", $bplite_report->query, "n";
while( my $sbjct = $bplite_report->nextSbjct ) {
print $sbjct->name, "n";
while( my $hsp = $sbjct->nextHSP ) {
print "t e-value ", $hsp->P,
}
print "n";
}
This object allows one to build an index on a blast file (or files) and provide quick access to the blast report for that accession. Note: for best results use strict.
<<lessSYNOPSIS
use strict;
use Bio::Index::Blast;
my ($indexfile,$file1, $file2);
my $index = new Bio::Index::Blast(-filename => $indexfile,
-write_flag => 1);
$index->make_index($file1, $file2);
my $id;
my $data = $index->get_stream($id);
my $bplite_report = $index->fetch_report($id);
print "query is ", $bplite_report->query, "n";
while( my $sbjct = $bplite_report->nextSbjct ) {
print $sbjct->name, "n";
while( my $hsp = $sbjct->nextHSP ) {
print "t e-value ", $hsp->P,
}
print "n";
}
This object allows one to build an index on a blast file (or files) and provide quick access to the blast report for that accession. Note: for best results use strict.
Download (4.7MB)
Added: 2006-10-10 License: Perl Artistic License Price:
1111 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above accession search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed