class: center, middle, inverse, title-slide # RTqPCR: Impot, wrangling, visualizing and stats
📊 --- layout: true <div class="my-footer"> <span> </span> </div> --- class: middle # Import data and see format --- ## Much of data comes in an readxl format You want to understand the function to import readxl. But dont worry is fairly easy! <img src="img/readxl_heck.png" width="70%" style="display: block; margin: auto;" /> --- class: middle # Get data in a tidy format Remember, getting a tidy format is one on the key steps of data wrangling. <img src="img/tidy.png" width="70%" style="display: block; margin: auto;" /> --- class: middle # Visualise data Remember, ggplot has 3 main layers for plotting <img src="img/grammar-of-graphics.png" width="70%" style="display: block; margin: auto;" /> --- class: middle # Stats Remember, R is such a powerful language because there are a lot of packages/functions writen to do stats <img src="img/ggpubr.png" width="40%" style="display: block; margin: auto;" /> --- class: middle # Let's dive in some RT-qPCR Kali gave me! ---