--- title: "Put your page title here" author: "Your Name" date: "`r format(Sys.time(), '%d %B, %Y')`" output: html_document: theme: united highlight: tango df_print: paged toc: true toc_float: true toc_depth: 4 --- ```{r setup, include=FALSE} library(reticulate) use_python('/path/to/python') #EDIT knitr::opts_chunk$set(echo = TRUE) ``` [home](https://rsh249.github.io/applied_bioinformatics) # Introduction Applied Bioinformatics will challenge you all by teaching computational skills that are becoming essential training for biologists. This includes coding in R and Python and working with command line programs. We will work on developing these skills in the framework of a DNA sequencing project using the Oxford Nanopore MinION sequencer. The MinION is a cutting edge device that brings DNA sequencing directly to the scientist in real-time. Together we will design sequencing experiments, collect data using the MinION, and build projects to analyze those data. # Embed youtube videos: Note that you must get the 'embed' link by clicking on the share link, or paste the video ID number after "embed/" in the URL below.