Bioinformatics Workshop 2014: Difference between revisions

From QiuLab
Jump to navigation Jump to search
imported>Ntino
No edit summary
imported>Ntino
No edit summary
Line 84: Line 84:


===July 17===
===July 17===
*'''LECTURE SLIDES'''  ([[Media:Chapt2.pdf|Genes, Proteins, Mutations]])
*'''WORKSHOP SLIDES''':([]])


===July 22===
===July 22===

Revision as of 03:42, 17 July 2014

Summer Bioinformatics Workshop (BIOL 470.83/790.86, Summer II 2014)
Instructors: Drs Konstantinos Krampis & Weigang Qiu, Levy Vargas
Room:1001B HN (10th Floor, North Building)
Hours: Tues & Thur 11:30 am-15:00
Office Hours: Room 830 HN; Tuesday 3-5pm or by appointment
Contacts: Konstantinos Krampis <python4bio at gmail.com>; Levy Vargas <levy.vargas at gmail.com>

Course Description

Background

Biomedical research is becoming a high-throughput science. As a result, information technology plays an increasingly important role in biomedical discovery. Bioinformatics is a new interdisciplinary field formed by the merging of molecular biology and computer science techniques.Today’s biology students must therefore not only learn to perform in vivo and invitro, but also in silico research skills. Quantitative/computational biologists are expected to be in increasing demand in the 21st century.

However, the technical barrier to enter the field and perform basic research projects in a bioinformatics lab is daunting for most undergraduate students. This is mainly due to the multidisciplinary nature of quantitative biology, which requires understandings and skills in chemistry, biology, computer programming, and statistics. The Hunter Summer Bioinformatics Workshop aims to introduce bioinformatics to motivated undergraduate and high school students by lowering the barrier and dispensing the usual pre-requisites in advanced biology/chemistry courses as well as entry-level programming/statistics courses. The Workshop does not assume prior programming experience.

The workshop DOES NOT

  • Replace existing advanced bioinformatics courses such as BIOL425 and STAT 319
  • Teach advanced bioinformatics programming skills (e.g., advanced data structure, object-oriented Perl, BioPerl, or relational database with SQL), which are the contents of BIOL425
  • Teach in-depth statistics or the popular R statistical package, although probabilistic thinking (e.g., distributions of a random variable, stochastic processes, likelihood, clustering analysis) is at the core of all bioinformatics analysis (STAT 319 teaches these topics)

To learn these advanced bioinformatics topics and skills, motivated students are encouraged to enroll in one of the Five Bioinformatics Concentrations of at Hunter. The QuBi program prepares the students for bioinformatics positions in a research lab or a biotechnology company.

Contents

This course will introduce both bioinformatics theories and practices. Topics include: database searching, sequence alignment, and basic molecular phylogenetics. The course is held in a UNIX-based instructional lab specifically configured for bioinformatics applications. Each session consists of a first-half instruction on bioinformatics theories and a second-half session of hands-on exercises.

Learning Goals

Students are expected to be able to:

  • Retrieve and analyze DNA and protein sequences using online databases
  • Write simple computer programs to manipulate DNA sequences

Textbook

No textbook required, handouts will be provided in the class.

Grading & 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.

Student performance will be evaluated by weekly assignments and projects. While these are take-home projects and students are allowed to work in groups, students are expected to compose the final short answers, computer commands, and code independently. There are virtually an unlimited number of ways to solve a computational problem, as are ways and personal styles to implement an algorithm. Writings and blocks of codes that are virtually exact copies between individual students 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 from Others & Do Not Let Others Copy Your Work.

The grading scheme for the course, is as follows (Subject to some change. You will be notified with sufficient time):

  • In-Class Assignments: 8 exercises, 20 points each. [Attendance is mandatory)
  • Weekly assignment: 4 exercises, 10 points each
  • Mid-term: 50 points, on July 24
  • Final exam: 50 points, on August 14

Programming Assignment Expectations

All code must begin with the lines in the Perl slides, without exception. 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.

Code indentation is your personal taste, so long as it is consistent and readable. Use comments whenever you think either the code is unclear, or simply as a guideline for yourself. Well-commented code improves readability, but be careful not overdo it.

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.

Course Schedule (Tuesdays and Thursdays)

July 15

  • Course Overview
  • LECTURE SLIDES (Bioinformatics)
  • WORKSHOP SLIDES:(Workshop1)
  • Workshop on Linux proficiency:
    • Terminal & the bash shell
    • Text editing
    • First program

July 17

July 22

July 24

July 29

July 31

Aug 5

Aug 7

Aug 12

Aug 14

  • Final Exam

Class Links