Question
PERL syntax/programming 1. Using Moose, write a simple RestrictionEnzyme class. Object attributes should include (but not be limited to) name, manufacturer, and recognition sequence. The
PERL syntax/programming
1. Using Moose, write a simple RestrictionEnzyme class. Object attributes should include (but not be limited to) name, manufacturer, and recognition sequence. The class should also have a cut_dna object method that takes a sequence as an argument and returns an array of digested DNA fragments
AND
2. Write the same class as in problem 1, using "old school" Perl object-oriented programming. Make sure you support all the same methods as the Moose class offers -- the API of this module should be exactly the same as the one in question 1.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started