CS112 Scientific Computation Department of Computer Science Wellesley College Scientific Computation MATLAB Examples.

Slides:



Advertisements
Similar presentations
Molecular Genetics PaCES Summer Program in Environmental Science.
Advertisements

Focus Question: What is the structure and function of RNA?
Nucleic Acids DNA & RNA. What are they ? The 4 th type of macromolecules The chemical link between generations The source of genetic information in chromosomes.
• Exam II Tuesday 5/10 – Bring a scantron with you!
Introduction to Bioinformatics Spring 2008 Yana Kortsarts, Computer Science Department Bob Morris, Biology Department.
Molecular Biology Background. Schematic view of DNA organization in a cell.
Unit 7 RNA, Protein Synthesis & Gene Expression Chapter 10-2, 10-3
How does DNA work? What is a gene?
How DNA helps make you you. DNA Function Your development and survival depend on… Your development and survival depend on…  which proteins your cells.
CS 0004 –Lecture 8 Jan 24, 2011 Roxana Gheorghiu.
Department of Mechanical Engineering, LSUSession VII MATLAB Tutorials Session VIII Graphical User Interface using MATLAB Rajeev Madazhy
Q2 WK8 D3 & 4. How does DNA’s message travel OUT of the nucleus and INTO THE CELL, where the message gets expressed as a protein??? This is known as…
RNA Use this power point to help you complete notes for interactive notebook.
DNA and now RNA DNA is deoxyriboneucleic acid. RNA is ribonucleic acid.
The sequence of bases in a section of DNA determines the sequence of amino acids in the protein it codes for.
Objective: Understand the process of Translation
Protein Synthesis Building protein from DNA in cells Takes code on basepai rs Converts it to Turned into.
Learning Targets “I Can...” -State how many nucleotides make up a codon. -Use a codon chart to find the corresponding amino acid.
One gene=one protein RNA & Protein Synthesis. Genetic Code -Universal All living organisms have the same four nucleotides- A, C, T, & G Central Dogma:
CS112 Scientific Computation Department of Computer Science Wellesley College CS112 Retrospective.
Transcription & Translation DNA transcription to m-RNA The information in the “blueprint” of DNA is very important, so it never leaves the protection.
3.5 transcription and translation by arielle lafuente.
RNA Ribonucleic Acid –R- Ribo –N- Nucleic –A- Acid.
DNA. Week 2 Review 1.Draw and label a diagram showing the cell membrane. 2.Define Osmosis 3.Define Active and Passive Transport 4.Describe the difference.
CS112 Scientific Computation Department of Computer Science Wellesley College Scientific Computation What’s the big idea?
Locating useable NASA and other data for inquiry in Space Science  What and where are the best NASA (and other) data resources for engaging pre-service.
RNA & Protein Synthesis
CS112 Scientific Computation Department of Computer Science Wellesley College Blind to change More on GUIs.
Chapter 17 How to read a table of codons. These are two forms in which you might see a table of codons.
JeopardyNucleicAcidsDNAReplicationRNATranscriptionProteinTranslationEnzymes FINAL JEOPARDY
CS112 Scientific Computation Department of Computer Science Wellesley College Vectors and indexing Tools of the trade.
Graphical User Interface.  A graphical user in terface (GUI) is often pronounced as ‘goo-ey’.  It is atype of user interface that controls a display.
Chapter 11.4 One gene=one polypeptide Overview of Protein Synthesis.
GENES, MUTATIONS & DISEASES: UNDERSTANDING THE ORIGINS OF GENETIC DISORDERS
Nucleic Acids DNA & RNA. What are they ? The 4 th type of macromolecules The chemical link between generations The source of genetic information in chromosomes.
Ch 10.4 RNA (RIBONUCLEIC ACID) Function: All traits you have due to proteins of amino acids Genes contain “blueprints” to make protein Ribosomes are site.
Protein Synthesis DNA to RNA to Proteins. DNA: Deoxyribonucleic Acid Video – – DNA carries genetic.
Decision Support System by Simulation Model (Ajarn Chat Chuchuen) 1 Chapter 6 User Interface Management.
Chemistry of Life. Nucleic Acids They are macromolecules that are important to cells because of their role in the storage, transmission, and expression.
Transcription and Translation
NUCLEIC ACIDS AND PROTEIN SYNTHESIS. DNA complex molecule contains the complete blueprint for every cell in every living thing Amount of DNA that would.
FROM DNA TO YOU Worksheet Notes. PART ONE: DNA DNA: deoxyribonucleic acid DNA: deoxyribonucleic acid Deoxyribose= sugar Deoxyribose= sugar DNA is made.
DNA Replication/Transcription/Translation
Transcription, Translation & Protein Synthesis
RNA Ribonucleic Acid Single-stranded
Protein Synthesis.
(3) Gene Expression Gene Expression (A) What is Gene Expression?
DNA, RNA and Protein Synthesis
Nucleic Acids.
NOTES: RNA & Protein Synthesis Overview
Modern Molecular Genetics University of Maryland College Park LFSC 620
The DNA Connection.
Biology Unit 4 Notes: RNA & Protein Synthesis
Lesson 2: DNA/RNA structure, Triplet codes
4.4 Cells use DNA and RNA to make proteins
PROTEIN SYNTHESIS.
GENETICS (Geneology) the study of “genes” Inheritable traits that
RNA (RIBONUCLEIC ACID)
From Genes to Proteins.
Protein Synthesis.
Nucleic Acids.
RNA Structure and Function, Transcription and Translation
DNA – RNA – Protein Synthesis
REVIEW DNA DNA Replication Transcription Translation.
Making Proteins Transcription Translation.
From Genes to Proteins.
Nucleic Acids DNA & RNA.
Nucleic Acids DNA & RNA.
Nucleic acids (DNA & RNA)
LECTURE 3: MICROEVOLUTION PART 1 DNA
Presentation transcript:

CS112 Scientific Computation Department of Computer Science Wellesley College Scientific Computation MATLAB Examples

1-2 Data visualization and analysis ● Graphical display of data ● Statistical analysis of data ● Fitting functions to data

MATLAB Examples1-3 Sunspots ● Discovered independently by Christoph Scheiner (1610) and Galileo (1613) ● Indicate disturbances in the sun’s magnetic field ● The number of sunspots varies over time in a cyclical way ● Sunspot Cycle* discovered by Samuel Schwabe (1843) * There is some connection between sunspots and extreme weather

MATLAB Examples1-4 The sunspot data: How can we determine the length of the sunspot cycle?

MATLAB Examples1-5 The length of the sunspot cycle: ~ 12 years Note: virtually no sunspot activity in the years (Europe’s mini ice-age) and we’re currently in a low spot in the cycle!

MATLAB Examples1-6 Recent NASA sunspot data… eek!

MATLAB Examples1-7 Visualizing data

MATLAB Examples1-8 Creating and analyzing images Whodunit? Catching a ball Counting stars Visual illusion

MATLAB Examples1-9 Ribonucleic acid ● An RNA molecule is a sequence of nucleotides drawn from Adenine (A), Guanine (G), Cytosine (C), and Uracil (U) ● Three adjacent nucleotides form a triplet called a codon that corresponds to a single amino acid ● You’ll write a MATLAB program that translates a sequence of RNA nucleotides to an amino-acid sequence: UANCUAUCUAUCUUCCGGUC...  Tyr Leu Ser Ile Phe Gln Val....

MATLAB Examples1-10 Searching databases ● What is the average cholesterol level for women in their twenties who exercise at least 30 minutes a day? 189 cholesterol age sex exercise ‘m’ ‘f’‘m’ ‘f’

MATLAB Examples1-11 Designing GUI’s* ● Graphical User Interfaces simplify communication with our programs by using text boxes, pop-up windows, buttons, menus, check boxes, sliders, etc. ● We’ll use MATLAB’s GUI facilities to build our own interactive programs * Pronounced “gooey”

MATLAB Examples1-12 Animations & simulations Perceptual experiments (Oly Fernando ’08) Simulating the spread of a virus