Overview of Course Projects
2 minute read
Introduction
During the tutorial sessions of this class all students will perform the basic data analysis of at least two NGS Workflows including RNA-Seq and ChIP-Seq. In addition, every student will work on a Challenge Project addressing a specific data analysis task within one of the general NGS Workflows. Students will also present a scientific paper closely related to their challenge topic (see here). To facilitate teamwork and communication with instructors, each course project will be assigned a private GitHub repository.
The results of the Challenge Projects will be presented by each student
during the last week of the course (see Slideshow Template
here).
In addition, each student will write a detailed analysis report for the assigned
course project. This report needs to include all analysis steps of the
corresponding NGS Workflow (e.g. full RNA-Seq analysis) as well as the
code and results of the Challenge Project. The final project reports will be written
in R Markdown. A basic tutorial on R Markdown is available here.
Both the R Markdown script (.Rmd
) along with the rendered HTML or PDF report will
be submitted to each student’s private project GitHub repository. All helper code used for
the challenge project needs to be organized as well documented R functions in each
project’s *_Fct.R
script. The expected structure of the final project report is outlined below.
The reports should be submitted to each student’s private project GitHub repository. For the report each student should create in this repository a new directory named after their workflow project and include in it the following files:
.Rmd
source script of project report- Report rendered from
.Rmd
source in HTML or PDF format ._Fct.R
file containing all helper functions written for challenge project- Submission Deadline for reports: 6:00 PM, June 13th, 2023
Structure of final project report
- Abstract
- Introduction
- Methods
- Short description of methods used by NGS workflow
- Detailed description of methods used for challenge project
- Results and Discussion
- Includes all components of NGS workflow as well as challenge project
- Conclusions
- Acknowledgments
- References
- Supplement (optional)