BIOL200 2013: Difference between revisions

From QiuLab
Jump to navigation Jump to search
imported>Cmartin
No edit summary
imported>Cmartin
Line 60: Line 60:
{| class="collapsible collapsed wikitable"
{| class="collapsible collapsed wikitable"
|- style="background-color:lightsteelblue;"
|- style="background-color:lightsteelblue;"
! Introduction
! Procedure
|- style="background-color:powderblue;"
|- style="background-color:powderblue;"
|#Examine Table I, select representative species from Bergey’s Manual.  Select 2 prokaryotic species from each group, giving 14 prokaryotic species total.  Also select the Eukaryotic representative, Saccharomyces cerevisiae.
|
|#Access the NCBI website: http://www.ncbi.nlm.nih.gov/  
#Examine Table I, select representative species from Bergey’s Manual.  Select 2 prokaryotic species from each group, giving 14 prokaryotic species total.  Also select the Eukaryotic representative, Saccharomyces cerevisiae.
|#Under the “Search” category, select “Nucleotide”
#Access the NCBI website: http://www.ncbi.nlm.nih.gov/  
|#Under the “for” category, type the accession number for your first organism, and hit the “Go” button.  This takes you to the access for the 16S rRNA for your organism.
#Under the “Search” category, select “Nucleotide”
|#Download the 16S rRNA sequence for your first organisms by choosing “FASTA” under the “Display” category.
#Under the “for” category, type the accession number for your first organism, and hit the “Go” button.  This takes you to the access for the 16S rRNA for your organism.
|#Copy and paste the entire output into a Microsoft Word file.
#Download the 16S rRNA sequence for your first organisms by choosing “FASTA” under the “Display” category.
|#Edit the sequence id to match the format of “Genus_Species_Genbank#” (eg. > Escherichia_coli_174375).
#Copy and paste the entire output into a Microsoft Word file.
|#Repeat process for all of your organisms, pasting the sequences into the same Microsoft Word file. (note: be sure to place a blank line between each sequence entry)
#Edit the sequence id to match the format of “Genus_Species_Genbank#” (eg. > Escherichia_coli_174375).
|#Access the EMBL CLUSTALW alignment website: http://www.ebi.ac.uk/Tools/clustalw/, and copy and paste your entire Microsoft Word file into the area which asks you to “Enter or paste a set of sequences in any supported format”. Click “Run”.  This program will make an alignment of all of your sequences.
#Repeat process for all of your organisms, pasting the sequences into the same Microsoft Word file. (note: be sure to place a blank line between each sequence entry)
|#Click “Show as Phylogram Tree” to create a tree showing the relatedness of your organisms based on their 16S rRNA sequences.
#Access the EMBL CLUSTALW alignment website: http://www.ebi.ac.uk/Tools/clustalw/, and copy and paste your entire Microsoft Word file into the area which asks you to “Enter or paste a set of sequences in any supported format”. Click “Run”.  This program will make an alignment of all of your sequences.
|#To print your phylogram tree..
#Click “Show as Phylogram Tree” to create a tree showing the relatedness of your organisms based on their 16S rRNA sequences.
|##a. hit the “Print Screen” button on your keyboard
#To print your phylogram tree..
|##b. open the Paint program from your “accessories” menu on your computer
#*a. hit the “Print Screen” button on your keyboard
|##c. hit paste to paste your screen
#*b. open the Paint program from your “accessories” menu on your computer
|##d. “select” your phylogram tree
#* c. hit paste to paste your screen
|##e. copy and paste it into a new paint file
#* d. “select” your phylogram tree
|##f. print your tree and email it to yourself
#* e. copy and paste it into a new paint file
|-style="background-color:powderblue;"
#* f. print your tree and email it to yourself
| '''Problems'''<br />
(pg.31-32): 1.2, 1.3, 1.5,1.9, 1.10, 1.11
|}
|}



Revision as of 16:37, 4 March 2013

EXPERIMENT # 4

BIOL 200 Cell Biology II LAB, Spring 2013

Hunter College of the City University of New York

Course information

Instructors: TBD

Class Hours: Room TBD HN; TBD

Office Hours: Room 830 HN; Thursdays 2-4pm or by appointment

Contact information:

  • Dr. Weigang Qiu: weigang@genectr.hunter.cuny.edu, 1-212-772-5296


Experiment #4

The Tree of Life and Molecular Identification of Microorganisms

Objective

To classify microorganisms and determine their relatedness using molecular sequences.

LAB REPORT GRADING GUIDE

CELL BIO II Experiment #4:

  • Introduction 1 point :
 Statement of objectives or aims of the experiment in the student’s own words.
 (not to be copied from the Lab Manual)
  • MATERIALS AND METHODS 0 points :
 This should be a brief synopsis and must include any changes or deviations 
 from the procedures outlined in the Lab Manual. Specify which organisms were 
 used to create the phylogram.
  • RESULTS 4 points :
 A print out of the phylogram will suffice.
  • DISCUSSION 4 points :
 Responses to discussion questions.
  • SUMMARY |CONCLUSION 1 point :
 Two sentence summary of your findings.
  • REFERENCES 1 point :
 Credit is given for pertinent references obtained from sources other than the Lab Manual.
 This point is in addition to the 10 for the lab report..

INTRODUCTION

MATERIALS

  • Required hardware: Computer

February 12

NO CLASS

(Read Chapter 6 for next class)

February 19

Yozen will not be lecturing

  • Chapter 6. Gene and Genome Structures [Lecture Slides Lecture Slides Ch.6-Che
  • Tutorial: ORF Prediction using GLIMMER
  • Homework: This homework will be graded.

February 26

March 5

March 12

March 19

  • REVIEW Session for MID-TERM EXAMS

March 26

  • MID-TERM

April 2

April 9

April 16

  • Topic: Relational Database and SQL
  • Tutorial: the Borrelia Genome Database
  • Homework: SQL-embedded PERL

April 23

NO CLASSES (Spring recess)

April 30

May 7

  • Chapter 6 (Gene Expression) & Chapter 8 (Proteomics)
  • Tutorial: Array Data Visualization and Analysis ( Micro-Array Analysis Slides)
  • Homework:Data Analysis using R

May 14

  • Chapter 7. Protein Structure Prediction

May 21

  • Final Project Due (TBA)

Useful Links

Unix Tutorials

Perl Help

  • Professor Stewart Weiss has taught CSCI132, a UNIX and Perl class. His slides go into much greater detail and are an invaluable resource. They can be found on his course page here.
  • Perl documentation at perldoc.perl.org. Besides that, running the perldoc command before either a function (with the -f option ie, perldoc -f substr) or a perl module (ie, perldoc Bio::Seq) can get you similar results without having to leave the terminal.

Bioperl

SQL

R Project

  • Install location and instructions for Windows
  • Install location and instructions for Mac OS X
  • For users of Ubuntu/Debian:
sudo apt-get install r-base-core
  • For users of Fedora/Red Hat:
su -
yum install R

Utilities

Other Resources


© Weigang Qiu, Hunter College, Last Update Jan 2013