This course is divided into 3 modules.
- Module 1: Introduction to the Command Line for Genomics
- Module 2: Data Wrangling and Processing for Genomics
- Module 3: Genomic Analysis of mutated Drosophila melanogaster and SNP identification
In module 1 you will be introduced to the command line interface (OS shell) and graphic user interface (GUI) which are different ways of interacting with a computer’s operating system. The shell is a program that presents a command line interface which allows you to control your computer using commands entered with a keyboard instead of controlling graphical user interfaces (GUIs) with a mouse/keyboard combination.
There are quite a few reasons to start learning about the shell:
- For most bioinformatics tools, you have to use the shell. There is no graphical interface. If you want to work in metagenomics or genomics you’re going to need to use the shell.
- The shell gives you power. The command line gives you the power to do your work more efficiently and more quickly. When you need to do things tens to hundreds of times, knowing how to use the shell is transformative.
- To use remote computers or cloud computing, you need to use the shell.
A lot of genomics analysis is done using command-line tools for three reasons:
1) you will often be working with a large number of files, and working through the command-line rather than
through a graphical user interface (GUI) allows you to automate repetitive tasks,
2) you will often need more compute power than is available on your personal computer, and
connecting to and interacting with remote computers requires a command-line interface, and
3) you will often need to customize your analyses, and command-line tools often enable more
customization than the corresponding GUI tools (if in fact a GUI tool even exists).
In a module 1, you will learn how to use the bash shell to interact with your computer through a command line interface. In module 2, you will be applying this new knowledge to carry out a common genomics workflow - identifying variants among sequencing samples taken from multiple individuals within a population. We will be starting with a set of sequenced reads (.fastq
files), performing some quality control steps, aligning those reads to a reference genome, and ending by identifying and visualizing variations among these samples. In module 3, you will use these same tools to analyze genomes from EMS (Ethyl methanesulfonate) mutated Drosophila melanogaster to identify the SNP variant responsible for causing a mutant phenotype.
As you progress through the modules, keep in mind that, even if you aren’t going to be doing this same workflow in your research, you will be learning some very important lessons about using command-line bioinformatic tools. What you learn here will enable you to use a variety of bioinformatic tools with confidence and greatly enhance your research efficiency and productivity.
Getting Started
The lessons in module 1 assume no prior experience with the tools covered in the module. However, learners are expected to have some familiarity with biological concepts, including the concept of genomic variation within a population. Participants should bring their laptops and plan to participate actively.
Module 2 assumes a working understanding of the bash shell. If you haven’t already completed the lessons in module 1, and aren’t familiar with the bash shell, please review those materials before starting this lesson. This lesson also assumes some familiarity with biological concepts, including the structure of DNA, nucleotide abbreviations, and the concept of genomic variation within a population.
Completion of modules 1 & 2 will prepare you to complete module 3.