Intro Genome Bio 2013: Difference between revisions

From QiuLab
Jump to navigation Jump to search
imported>Weigang
imported>Weigang
mNo edit summary
Line 3: Line 3:
<center>'''Room:''' C104 Hunter North (a Computer Lab)</center>
<center>'''Room:''' C104 Hunter North (a Computer Lab)</center>
<center>'''Hours:''' Tuesdays, 12:45-3:15PM</center>
<center>'''Hours:''' Tuesdays, 12:45-3:15PM</center>
<center>'''Office Hours:''' Room 839 HN; Wednesdays 5-7pm or by appointment</center>
<center>'''Office Hours:''' Room 839 HN; Tuesday 5-7pm or by appointment</center>
<center>'''Phone:''' 212-772-5296</center>
<center>'''Phone:''' 212-772-5296.</center>
<center>'''Email''': weigang@genectr.hunter.cuny.edu (I will advise students before and after the class and during office hours. <u>Emails will be answered only in special situations.</u>) </center>
----
----
==General Information==
==General Information==
Line 24: Line 25:


===Grading Policy===
===Grading Policy===
* '''Treat assignments as take-home exams.''' Student performance will be evaluated by five assignments and three exams. While students are allowed to work in groups for assignments, students are expected to compose the final answers independently. Writings that are virtually exact copies will be investigated as possible cases of plagiarism (e.g., copies from the Internet, text book, or each other). In such a case, the instructor will hold closed-door exams for involved individuals. Zero credits will be given to ALL involved individuals if the instructor considers there is enough evidence for plagiarism. To avoid being investigated for plagiarism, <u>Do NOT copy from others or let others copy your work</u>.
* '''Treat assignments as take-home exams.''' Student performance will be evaluated by five assignments and three exams. While students are allowed to work in groups for assignments, students are expected to compose the final answers independently. Writings that are virtually exact copies will be investigated as possible cases of plagiarism (e.g., copies from the Internet, text book, or each other). In such a case, the instructor will hold closed-door exams for involved individuals. Zero credits will be given to ALL involved individuals if the instructor considers there is enough evidence for plagiarism. To avoid being investigated for plagiarism, <u>Do NOT copy or let others copy your work</u>.
* '''Submit assignments in Printed Hard Copies.''' Email attachments will NOT be accepted. Each assignment will be graded based on timeliness (20%),  effort (40%), and correctness (40%).
* '''Submit assignments in Printed Hard Copies.''' Email attachments will NOT be accepted. Each assignment will be graded based on timeliness (20%),  effort (40%), and correctness (40%).
* Since each session will consist of a web-based practical session, '''attendance''' is required and part of the grade.
* Since each session will consist of a web-based practical session, '''attendance''' is required and part of the grade.
Line 31: Line 32:
** Mid-term and Final Comprehensive Exams: 3 mid-terms X 50 points each = 150 pts
** Mid-term and Final Comprehensive Exams: 3 mid-terms X 50 points each = 150 pts
** Attendance (50 pts): 1 unexcused absences = 40 pts; 2 absences = 30pts; More than 2 = 0.
** Attendance (50 pts): 1 unexcused absences = 40 pts; 2 absences = 30pts; More than 2 = 0.
===Assignment Expectations===
* Use a programming editor (e.g., vi or emacs) so you could have features like automatic syntax highlighting, indentation, and matching of quotes and parenthesis.
* All PERL code must begin with "use strict; and use warnings;" statements. For each assignment, unless otherwise stated, I would like the '''full text''' of the source code. Since you cannot print using the text editor in the lab (even if you are connected from home), you must copy and paste the code into a word processor or a local text editor. If you are using a word processor, '''change the font to a fixed-width/monospace font'''. On Windows, this is usually '''Courier'''.
* Also, unless otherwise stated, both the '''input and the output of the program must be submitted as well'''. This should '''also be in fixed-width font''', and you should '''label''' it in such a way so that I know it is the program's input/output. This is so that I know that you've run the program, what data you have used, and what the program produced. If you are working from the lab, one option is to email the code to yourself, change the font, and then print it somewhere else as there is no printer in the lab.
* <u>[[Media: template-basic.png|Recommended Style]]</u>
* <u>[[Media: bad-submission.png| Bad Style]]</u>


==Weekly Schedule (All Tuesdays)==
==Weekly Schedule (All Tuesdays)==

Revision as of 21:45, 2 September 2013

BIOL 105. Introduction to Genome Biology (Fall 2013)
Instructor: Dr Weigang Qiu, Associate Professor of Biology
Room: C104 Hunter North (a Computer Lab)
Hours: Tuesdays, 12:45-3:15PM
Office Hours: Room 839 HN; Tuesday 5-7pm or by appointment
Phone: 212-772-5296.
Email: weigang@genectr.hunter.cuny.edu (I will advise students before and after the class and during office hours. Emails will be answered only in special situations.)

General Information

Course Description

  • Background: A genome is the total genetic content of an organism. Driven by breakthroughs such as the decoding of the first human genome and rapid DNA-sequencing technologies, biomedical sciences are undergoing a rapid and profound transformation into a highly data-intensive field, which requires familiarity with concepts in both biology and computer science. Genome information is revolutionizing virtually all aspects of biology and medicine and will lead to major advances such as more efficient production of renewable energy, better cures for cancers, and longer and healthier life expectancy.
  • Contents: This course will introduce genome-sequencing technologies, explore genome projects online, and discuss both the benefits and challenges (e.g., ethical and legal) of the genomic revolution to society.
  • Learning Goals
    • Human Genome: Knowing the basic structure of the human genome
    • Central Dogma: Understanding the Central Dogma and how genes are regulated (i.e., turned on/off)
    • Genome diversity: Knowing the three major divisions of life, the use of DNA/protein sequences to classify organisms, and mechanisms of genome evolution
    • Bioinformatics: Understanding the importance of computation and statistics in producing, analyzing, and disseminating genome information
  • Learning Outcomes
    • Be able to describe the structure and function of the human genome
    • Be able to find chromosomal location, function, disease-association, and variability of a human gene using scientific databases
    • Be able to identify and classify organisms based on their DNA sequences
    • Be able to describe the processes of genome evolution, including mutation, duplication, recombination, horizontal gene transfer, genetic drift, and natural selection
  • Textbook: Arthur Lesk (2012). Introduction to Genomics (2nd Edition). Oxford University Press. Amazon Link
  • Academic Honesty: Hunter College regards acts of academic dishonesty (e.g., plagiarism, cheating on examinations, obtaining unfair advantage, and falsification of records and official documents) as serious offenses against the values of intellectual honesty. The College is committed to enforcing the CUNY Policy on Academic Integrity and will pursue cases of academic dishonesty according to the Hunter College Academic Integrity Procedures.

Grading Policy

  • Treat assignments as take-home exams. Student performance will be evaluated by five assignments and three exams. While students are allowed to work in groups for assignments, students are expected to compose the final answers independently. Writings that are virtually exact copies will be investigated as possible cases of plagiarism (e.g., copies from the Internet, text book, or each other). In such a case, the instructor will hold closed-door exams for involved individuals. Zero credits will be given to ALL involved individuals if the instructor considers there is enough evidence for plagiarism. To avoid being investigated for plagiarism, Do NOT copy or let others copy your work.
  • Submit assignments in Printed Hard Copies. Email attachments will NOT be accepted. Each assignment will be graded based on timeliness (20%), effort (40%), and correctness (40%).
  • Since each session will consist of a web-based practical session, attendance is required and part of the grade.
  • Composition of your final grade
    • Assignments: 5 exercises X 20 points each = 100 pts
    • Mid-term and Final Comprehensive Exams: 3 mid-terms X 50 points each = 150 pts
    • Attendance (50 pts): 1 unexcused absences = 40 pts; 2 absences = 30pts; More than 2 = 0.

Weekly Schedule (All Tuesdays)

September 10

September 17

September 24

October 1

October 8

October 15. No Class (Monday Schedule)

October 22. Mid-Term Exam

October 29

November 5

November 12

November 19

November 26

December 10

December 17. Final Exam

Links