Download Bio Restriction Enzyme - Bio Restriction Enzyme Description, Bio Restriction Enzyme Reviews
Contact
 


 

Download

 
Download Now (4788K)
Perl Artistic License
Downloads till now: 5
 
 

Quick search

 



 

Rate this software

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

No. Votes

0

 

Linux

Assembler Tools , Bug Tracking , Code Generators , Compilers , Debuggers , Disassemblers , Internationalization , Interpreters , Libraries , Localization, Perl Modules , Preprocessors , Quality Assurance and Testing , UI (User Interfaces) , Version Control , Widgets ,

Windows

Mac

Mobile

Drivers

Scripts - DHTML

Scripts - DHTML (new)

Web Developer Blog

Web Developer Blog (new)

Scripts and Applications

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
XML

Bio::Restriction::Enzyme

 

Details

Size: 4788K
Last Update: 2008-05-03 00:39:36
Version: 1.4
OS Support: Linux
License/Program Type: Perl Artistic License
Publisher: Bio::Restriction::Enzyme Team
Price:$0.00
Description:

Bio::Restriction::Enzyme 1.4 is libraries software developed by Bio::Restriction::Enzyme Team.
Bio::Restriction::Enzyme is a single restriction endonuclease (cuts DNA at specific locations).



SYNOPSIS

set up a single restriction enzyme. This contains lots of
information about the enzyme that is generally parsed from a
rebase file and can then be read back

use Bio::Restriction::Enzyme;

define a new enzyme with the cut sequence
my $re=new Bio::Restriction::Enzyme
(-enzyme=>'EcoRI', -seq=>'G^AATTC');

once the sequence has been defined a bunch of stuff is calculated
for you:

PRECALCULATED

find where the enzyme cuts after ...
my $ca=$re->cut;

... and where it cuts on the opposite strand
my $oca = $re->complementary_cut;

get the cut sequence string back.
Note that site will return the sequence with a caret
my $with_caret=$re->site; returns 'G^AATTC';

but it is also a Bio::PrimarySeq object ....
my $without_caret=$re->seq; returns 'GAATTC';
... and so does string
$without_caret=$re->string; returns 'GAATTC';

what is the reverse complement of the cut site
my $rc=$re->revcom; returns 'GAATTC';

now the recognition length. There are two types:
recognition_length() is the length of the sequence
cutter() estimate of cut frequency

my $recog_length = $re->recognition_length; returns 6
also returns 6 in this case but would return
4 for GANNTC and 5 for RGATCY (BstX2I)!
$recog_length=$re->cutter;

is the sequence a palindrome - the same forwards and backwards
my $pal= $re->palindromic; this is a boolean

is the sequence blunt (i.e. no overhang - the forward and reverse
cuts are the same)
print "bluntn" if $re->overhang eq 'blunt';

Overhang can have three values: "5'", "3'", "blunt", and undef
Direction is very important if you use Klenow!
my $oh=$re->overhang;

what is the overhang sequence
my $ohseq=$re->overhang_seq; will return 'AATT';

is the sequence ambiguous - does it contain non-GATC bases?
my $ambig=$re->is_ambiguous; this is boolean

print "Stuff about the enzymenCuts after: $can",
"Complementary cut: $ocanSite:nt$with_caret orn",
"t$without_caretn";
print "Reverse of the sequence: $rcnRecognition length: $recog_lengthn",
"Is it palindromic? $paln";
print "The overhang is $oh with sequence $ohseqn",
"And is it ambiguous? $ambignn";


THINGS YOU CAN SET, and get from rich REBASE file

get or set the isoschizomers (enzymes that recognize the same
site)
$re->isoschizomers('PvuII', 'SmaI'); not really true :)
print "Isoschizomers are ", join " ", $re->isoschizomers, "n";

get or set the methylation sites
$re->methylation_sites(2); not really true :)
print "Methylated at ", join " ", keys %{$re->methylation_sites},"n";

Get or set the source microbe
$re->microbe('E. coli');
print "It came from ", $re->microbe, "n";

get or set the person who isolated it
$re->source("Rob"); not really true :)
print $re->source, " sent it to usn";

get or set whether it is commercially available and the company
that it can be bought at
$re->vendors('NEB'); my favorite
print "Is it commercially available :";
print $re->vendors ? "Yes" : "No";
print " and it can be got from ", join " ",
$re->vendors, "n";

get or set a reference for this
$re->reference('Edwards et al. J. Bacteriology');
print "It was not published in ", $re->reference, "n";

get or set the enzyme name
$re->name('BamHI');
print "The name of EcoRI is not really ", $re->name, "n";

This module defines a single restriction endonuclease. You can use it to make custom restriction enzymes, and it is used by Bio::Restriction::IO to define enzymes in the New England Biolabs REBASE collection.

Use Bio::Restriction::Analysis to figure out which enzymes are available and where they cut your sequence.

Requirements:
Perl
Bio::Restriction::Enzyme 1.4 supports different languages (including english). It works with Linux.

Downloading Bio::Restriction::Enzyme 1.4 will take minute if you use fast ADSL connection.

Leave a comment




(optional)

What is 7-3?




0 comments


Add to

 Del.icio.us   Digg It   Furl   YahooMyWeb   Blinklist
 

Bio::Restriction::Enzyme Version History

Product Date Added
Bio::Restriction::Enzyme 1.4 2008-05-03 00:39:36


Related Software

Pulse
From category: Quality-Assurance-and-Testing
Pulse is an automated build (or continuous integration) server designed to work with you to ensure the integrity of your code....
libLAS
From category: Libraries
libLAS is a BSD library for reading and writing ASPRS LAS version 1.0 and 1.1 data....
Chart::Graph
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...
AppFuse 1.9.4
From category: Libraries
AppFuse 1.9.4 is libraries software developed by Matt Raible. AppFuse project is an application for \"kickstarting\" webapp development. Download, extract and execute ant new to instantly be up and...
dragList
From category: Libraries
dragList 0.5.1 is libraries software developed by DTLink Software, LLC. DragList is a client side Drag and Drop Ordered Lists implementation. dragList library allows you to order a list of items...
Class::DBI::FormBuilder
From category: Libraries
Class::DBI::FormBuilder 0.481 is libraries software developed by David Baird. Class::DBI::FormBuilder is a Perl module with Class::DBI/CGI::FormBuilder integration. SYNOPSIS packa...
FXRuby
From category: Widgets
FXRuby 1.6.3 is widgets software developed by Lyle Johnson. FXRuby project is a Ruby extension module that provides an interface to the FOX GUI toolkit. What\'s New in This Release: This...
Botan
From category: Libraries
Botan 1.5.13 is libraries software developed by Jack Lloyd. Botan is a C++ library implementing a variety of cryptographic algorithms and formats. At this time, it is quite stable, and is suitable...
Acme Takahashi Method
From category: Perl-Modules
Acme::Takahashi::Method it turns your script into slides accordingly to the Takahashi Method....
EDB Evan s Debugger
From category: Debuggers
EDB (Evan\'s Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg....
4tH compiler 3.5a release 2
From category: Compilers
4tH compiler 3.5a release 2 is compilers software developed by HanSoft. 4tH is a Forth compiler with a little difference. Instead of the standard Forth engine it features a conventional compiler....
Google4R
From category: Libraries
Google4R is a collection of Ruby libraries that allow to access Google&039;s public web service APIs....
eOSD
From category: Libraries
eOSD 0.1.0 is libraries software developed by Tilman Sauerbeck. eOSD is a library for drawing anti-aliased text in an \"on-screen display\" way. eOSD is the \"enlightened on-screen display\"...
Libqrencode
From category: Libraries
Libqrencode is a C library for encoding data in a QR Code symbol....
DateTime::Format::Builder::Tutorial
From category: Libraries
DateTime::Format::Builder::Tutorial 0.7807 is libraries software developed by Iain Truskett. DateTime::Format::Builder::Tutorial is a quick class on using Builder. CREATING A CLASS As...
 

Top Downloads

 
1. Canon PIXMA iP1000 Printer Driver
2. Canon PIXMA iP1200 Printer Driver x64 d
3. Canon PIXMA iP1200 Printer Driver
4. Realtek ALC/ 262/ 265/ 268/ 660/ 861/ 880/ 882/ 883/ 885/ 888 Audio
5. Canon PIXMA iP1300 Printer Driver a
6. Canon PIXMA MP210 MP Drivers
7. Canon PIXMA MP160 MP Drivers xp64
8. Canon PIXMA iP1600 Printer Driver
9. Canon PIXMA iP1300 Printer Driver c
10. Canon PIXMA MP160 MP Drivers 9xME
11. Canon LaserShot LBP-1210 Printer Driver
12. Asus EZVcr II
13. Canon i-SENSYS LBP2900 Printer Driver R
14. Canon i560 Printer Driver
15. Realtek RTL8139C(L)+/RTL8139D(L)/RTL8100(L)/RTL8130/RTL8139B(L) Driver
16. SendSong
17. Realtek RTL8100B(L)/RTL8100C(L)/RTL8101L/RTL8139C(L) Driver XP
18. Genius Eye 110 Webcam Driver
19. Mercury KPC-6225V-MH
20. Alcatel SpeedTouch 330/USB

DownloadTube Editor Reviews

 
1. Sudoku Solver Software
Sudoku Solver Software is a simple yet smart and reliable to...
2. Easy PC Firewall
WARNING: According to avast! 4.8, Easy PC Firewall contains ...
3. Anti Tracks Kit
Anti Tracks Kit is a simple yet powerful and reliable softwa...
4. PerfectClock Trader Edition
PerfectClock Trader Edition is a FREEWARE, feature limited v...
5. ProLingo Italian to English Dictionary
ProLingo Italian to English is a really nice, easy to use, a...
6. Tinysoar dvd to ipod converter
Tinysoar dvd to ipod converter will allow you to easily copy...
7. Tinysoar ipod value pack
Tinysoar ipod value pack includes the Tinysoar dvd to ipod c...
8. Tinysoar ipod video converter
Tinysoar ipod video converter is a simple to use tool that c...
9. Financial Icon Library
Vista Financial Icon Library is a stunning collection of mon...
10. Tinysoar iphone video converter
Tinysoar iphone video converter is a smart, simple tool that...

Software Reviews Full List



Recent Blog Posts

 
1. Google Chrome – It’s Finally Here. Will A Revolution Begin?
First, it was the rumors. Then, Google announced it official...
2. An Amazing Free Document Processing Software: LyX
The documents management task could be difficult in absence ...
3. DownloadTube Toolbar is Available For Free Download
Recently, we have made available for free download the Dow...
4. A Revolution in Web Browsing: The New Firefox 3.1b1 Already Beats All Speed Records
The latest beta1 release of Mozilla Firefox 3.1 shows majo...
5. Some Little, Nice, Freeware Tools You May Never Know When You'll Need
This time I won’t speak about a single freeware program that...
6. How To Increase The Quality of Your News Articles For Search Engine Spiders
The process of articles publishing is a common practice to...
7. Digg in Press: Tips and Opinions
Regarding Digg social bookmarking service there are many a...
8. Ubuntu Linux and Windows Can Share The Desktop In Absence Of Virtual Machines
Many people asked themselves how to run Ubuntu Linux and W...
9. 2.5 Millions Downloads for FireTune: It Makes Mozilla Firefox To Run With The Speed of Light
It is well known the fact that even the latest version of M...
10. Image Galleries on Autopilot: Instant Gallery Maker
The creation of image galleries ready for web publishing...

Last 20 Scripts

 
1. Ninja Blog
Ninja Blog is a PHP based blogging solution. Based upon word
2. Dragonfly CMS
DragonflyCMS is a content management system based on PHP-Nuk
3. Diferior
Diferior is a flexible, customizable, both user and develope
4. DBHcms
DBHcms is a search engine optimized and lightweight content
5. concrete5
concrete5 content management system could be a rapid solutio
6. bloofoxCMS
bloofoxCMS is a lightweight content management system based
7. PHP Membership
PHP Membership script allows you to add password protection
8. Tube Spider
Tube Spider allows your visitors to search videos in Youtube
9. Azure CMS
Azure CMS is a universal software product for the developmen
10. Azure Portal
Azure Portal is a social networking script made with PHP pro
11. One Frog
One Frog is a content management system that allows you to u
12. Cigmas CMS
Cigmas CMS is a powerful web content management system for g
13. WebWord CMS
WebWord CMS is a full featured web content management system
14. Marjetica Content Management System
Marjetica Content Management System is a powerful, easy to u
15. Phenotype CMS
Phenotype CMS is a PHP/MySQL - Smarty Content Application Fr
16. Chupix CMS
Chupix is a content management system written in PHP and sto
17. Interspire Website Publisher
Interspire Website Publisher (formerly ArticleLive) is a con
18. Interspire Email Marketer
Interspire Email Marketer (formerly SendStudio) is a web bas
19. Comments RAM
Comments RAM is a lightweight PHP script that allows you to
20. KoolAjax
KoolAjax facilitates data exchange between server-side and c