Metabolic Engineering 5 biochemical reactions were given as follows: S1 + S2 -> P1 + P2 , enzyme complex: E1A and E1B and E1C S3 + S4 -> P3 + P4 , enzyme complex: E2A and E2B S5 -> P5 +P6, enzyme complex: E31 or E32 S7 + S8 -> 2 P7, enzyme complex: E4A and (E4B1 or E4B2) P1 + P3 + P6 + P7 -> P8, enzyme complex: E5 A reaction can take place only if all substrates and minimum required components of its enzyme complex are available in the cell. If the reaction takes place, it produces the products. For Rxn1: Substrates: S1 and S2 Enzyme components: E1A, E1B, E1C Products: P1, P2 a. Write a function that takes a tuple which gives substrates, products and enzymes as three nested elements for a reaction. b. The function should also take a list of the components available in the cell such as: available = [S1, P1, E1A, E4A, S4] c. The function should check if the reaction described in the first tuple can take place using the substrates and enzyme components available. d. If reaction can take place, the function should also add new products to the 'available' list and return new 'available’ list. Call the function five times in a loop to report which reactions can take place and whether if P8 (a very expensive chemical) can be produced with the components available in the cell. Hint: You can generate random 'available’ lists to test your functions.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

please only a,b and c

': Metabolic Engineering
5 biochemical reactions were given as follows:
S1 + S2 -> P1 + P2 , enzyme complex: E1A and E1B and E1C
S3 + S4 -> P3 + P4 , enzyme complex: E2A and E2B
S5 -> P5 +P6, enzyme complex: E31 or E32
S7 + S8 -> 2 P7, enzyme complex: E4A and (E4B1 or E4B2)
P1 + P3 + P6 + P7 -> P8, enzyme complex: E5
A reaction can take place only if all substrates and minimum required components of its
enzyme complex are available in the cell. If the reaction takes place, it produces the
products. For Rxn1:
Substrates: S1 and S2
Enzyme components: E1A, E1B, E1C
Products: P1, P2
Write a function that takes a tuple which gives substrates, products and enzymes as
three nested elements for a reaction.
b. The function should also take a list of the components available in the cell such as:
available = [S1, P1, E1A, E4A, S4]
C.
The function should check if the reaction described in the first tuple can take place using
the substrates and enzyme components available.
d. If reaction can take place, the function should also add new products to the 'available'
list and return new 'available’ list.
Call the function five times in a loop to report which reactions can take place and
whether if P8 (a very expensive chemical) can be produced with the components
available in the cell.
Hint: You can generate random 'available’ lists to test your functions.
Transcribed Image Text:': Metabolic Engineering 5 biochemical reactions were given as follows: S1 + S2 -> P1 + P2 , enzyme complex: E1A and E1B and E1C S3 + S4 -> P3 + P4 , enzyme complex: E2A and E2B S5 -> P5 +P6, enzyme complex: E31 or E32 S7 + S8 -> 2 P7, enzyme complex: E4A and (E4B1 or E4B2) P1 + P3 + P6 + P7 -> P8, enzyme complex: E5 A reaction can take place only if all substrates and minimum required components of its enzyme complex are available in the cell. If the reaction takes place, it produces the products. For Rxn1: Substrates: S1 and S2 Enzyme components: E1A, E1B, E1C Products: P1, P2 Write a function that takes a tuple which gives substrates, products and enzymes as three nested elements for a reaction. b. The function should also take a list of the components available in the cell such as: available = [S1, P1, E1A, E4A, S4] C. The function should check if the reaction described in the first tuple can take place using the substrates and enzyme components available. d. If reaction can take place, the function should also add new products to the 'available' list and return new 'available’ list. Call the function five times in a loop to report which reactions can take place and whether if P8 (a very expensive chemical) can be produced with the components available in the cell. Hint: You can generate random 'available’ lists to test your functions.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY