Homework
Weekly homework submissions:
Week 1 HW: Principles and Practices
Conceptual question How many molecules of amino acids do you take with a piece of 500 grams of meat? (on average an amino acid is ~100 Daltons) Meat is primarily composed of approximately 75% water, 19% protein, and 5% fat, along with small amounts of minerals and carbohydrates. 500 less or more 100g of protein (100g / 1.66×10−24 )/100 = 6.0×1023
Week 1 HW: Principles and Practices
complete controll of the system, no limit of cellular variability, expression is faster and you can add and remove stuff in real life. protein can be toxic for the cell and some are difficult to express in vivo cellukar extract, dna template, aminoacid, nucleotide to trascribe mrna , atp and gtp , buffer like mg k and ph to stabilize anzime and e ribosom and chaperoni or othe racessory stuff to have correct folding and energetic regeneration is critical bc ATP is crucial and widly use, example can be PEP or creatin + phosphate, or glycolycic like pathways. Prokaryotic vs eukaryotic CFPS Prokaryotic (E. coli extract) limitat folding but cheap and fast GFP o baterial enzymes (es. T7 RNA polymerase) Eukaryotic (rabbit reticulocyte / insect / mammalian extract) support complex folding and glycolysation slow and expensive IgG for example
Opentrone code Using https://docs.opentrons.com/python-api/ and Gemini from opentrons import protocol_api from opentrons.types import Point import math metadata = { “protocolName”: “Fluorescent Agar Art from Coordinate Lists”, “author”: “OpenAI”, “description”: “Draws a multicolor design on agar using Opentrons from GUI coordinate lists.”, “apiLevel”: “2.15” } mscarlet_i_points = [(-20.7, 26.1),(-20.7, 24.3),(-20.7, 22.5),(-18.9, 22.5),(-20.7, 20.7),(-18.9, 20.7),(-20.7, 18.9),(-18.9, 18.9),(-17.1, 18.9),(-20.7, 17.1),(-18.9, 17.1),(-17.1, 17.1),(-15.3, 17.1),(-18.9, 15.3),(-17.1, 15.3),(-15.3, 15.3),(-13.5, 15.3),(-18.9, 13.5),(-17.1, 13.5),(-15.3, 13.5),(-13.5, 13.5),(-11.7, 13.5),(-18.9, 11.7),(-17.1, 11.7),(-15.3, 11.7),(-13.5, 11.7),(-11.7, 11.7),(-9.9, 11.7),(9.9, 11.7),(22.5, 11.7),(24.3, 11.7),(26.1, 11.7),(-26.1, 9.9),(-17.1, 9.9),(-15.3, 9.9),(-13.5, 9.9),(-11.7, 9.9),(-9.9, 9.9),(-8.1, 9.9),(-6.3, 9.9),(8.1, 9.9),(9.9, 9.9),(11.7, 9.9),(-26.1, 8.1),(-24.3, 8.1),(-22.5, 8.1),(-15.3, 8.1),(-13.5, 8.1),(-11.7, 8.1),(-9.9, 8.1),(-8.1, 8.1),(-6.3, 8.1),(-4.5, 8.1),(-2.7, 8.1),(8.1, 8.1),(9.9, 8.1),(11.7, 8.1),(13.5, 8.1),(-24.3, 6.3),(-22.5, 6.3),(-20.7, 6.3),(-18.9, 6.3),(-13.5, 6.3),(-11.7, 6.3),(-9.9, 6.3),(-8.1, 6.3),(-6.3, 6.3),(-4.5, 6.3),(-2.7, 6.3),(-0.9, 6.3),(0.9, 6.3),(9.9, 6.3),(11.7, 6.3),(13.5, 6.3),(15.3, 6.3),(17.1, 6.3),(-22.5, 4.5),(-20.7, 4.5),(-18.9, 4.5),(-17.1, 4.5),(-15.3, 4.5),(-9.9, 4.5),(-8.1, 4.5),(-6.3, 4.5),(-4.5, 4.5),(-2.7, 4.5),(-0.9, 4.5),(0.9, 4.5),(2.7, 4.5),(11.7, 4.5),(13.5, 4.5),(15.3, 4.5),(17.1, 4.5),(-22.5, 2.7),(-20.7, 2.7),(-18.9, 2.7),(-17.1, 2.7),(-15.3, 2.7),(-13.5, 2.7),(-11.7, 2.7),(-9.9, 2.7),(-8.1, 2.7),(-6.3, 2.7),(-4.5, 2.7),(-2.7, 2.7),(-0.9, 2.7),(0.9, 2.7),(2.7, 2.7),(4.5, 2.7),(6.3, 2.7),(13.5, 2.7),(15.3, 2.7),(17.1, 2.7),(18.9, 2.7),(-18.9, 0.9),(-17.1, 0.9),(-15.3, 0.9),(-13.5, 0.9),(-11.7, 0.9),(-9.9, 0.9),(-8.1, 0.9),(-6.3, 0.9),(-4.5, 0.9),(-2.7, 0.9),(-0.9, 0.9),(0.9, 0.9),(2.7, 0.9),(4.5, 0.9),(6.3, 0.9),(8.1, 0.9),(13.5, 0.9),(15.3, 0.9),(17.1, 0.9),(18.9, 0.9),(-17.1, -0.9),(-15.3, -0.9),(-13.5, -0.9),(-11.7, -0.9),(-9.9, -0.9),(-8.1, -0.9),(-6.3, -0.9),(-4.5, -0.9),(-2.7, -0.9),(-0.9, -0.9),(0.9, -0.9),(2.7, -0.9),(4.5, -0.9),(6.3, -0.9),(8.1, -0.9),(9.9, -0.9),(15.3, -0.9),(17.1, -0.9),(18.9, -0.9),(6.3, -2.7),(8.1, -2.7),(9.9, -2.7),(15.3, -2.7),(17.1, -2.7),(18.9, -2.7),(9.9, -4.5),(11.7, -4.5),(15.3, -4.5),(17.1, -4.5),(18.9, -4.5),(11.7, -6.3),(15.3, -6.3),(17.1, -6.3),(18.9, -6.3),(11.7, -8.1),(15.3, -8.1),(17.1, -8.1),(18.9, -8.1),(11.7, -9.9),(15.3, -9.9),(17.1, -9.9),(11.7, -11.7),(15.3, -11.7),(17.1, -11.7),(11.7, -13.5),(13.5, -13.5),(15.3, -13.5),(9.9, -15.3),(11.7, -15.3),(13.5, -15.3),(9.9, -17.1)]