How to automate data analysis with R scripts: Scripting for reproducibility (CC027)
In this screencast tutorial, Pat Schloss shows how you can convert an R script into an executable to help automated your data analyses. Along the way he'll revisit previous R commands like read_tsv, rename, pivot_longer, select, filter, and write_table. He'll also show how to integrate these scripts into our bash-based workflow that uses Makefiles. The script he generates converts a very wide count_table file from mothur to a three column wide, tidy data frame, which will be much easier to work with in R. This is an important step in inter- and intra-genomic variation limit the interpretation of amplicon sequence variants (ASVs; aka exact sequence variants or ESVs) for different regions within the 16S rRNA gene. This is an important question for microbiome researchers. Pat demonstrates these concepts by live coding at the command line interface using RStudio, GitHub Flow, and make. He then turns viewers loose to work through several activities to answer related questions and finishes by giving his solutions. The accompanying blog post contains the exercises and solutions can be found at http://www.riffomonas.org/code_club/2.... Big Swing Band by Audionautix is licensed under a Creative Commons Attribution license (https://creativecommons.org/licenses/...) Artist: http://audionautix.com/

How to write a bash script for your reproducible data analysis pipeline (CC247)

Using renv to track the version of your packages in R (CC229)

How to split files from the command line and integrate bash and R scripts (CC252)

Explore your data using R programming

Three approaches to organize your R project (CC178)

Getting things set up for writing a reproducible scientific manuscript with R markdown (CC060)

The power of {targets} package for reproducible data science

The AI Take Over Has Completely Backfired and I Can't Be Happier

For loops in R: a tutorial on how to simplify your code without compromising performance (CC173)

20 R Packages You Should Know

Why birth rates are falling everywhere all at once | FT

RStudio Tutorial for Beginners: Introduction to R Studio and Basics of R

🧹Watch me CLEAN DATA in Minutes with Python (+10 Tips for Complex Datasets)

Creator of C++: Bell Labs, Negative Overhead Abstraction, Mistakes | Bjarne Stroustrup

Train Your Brain to Never Forget (5 Feynman Habits)

Something is jamming GPS over Europe. Here's what we found

The NoSQL Lie That Keeps Developers Overbuilding

Alternative to for loops in R with purrr's map, map_dbl, and map_dfr functions (CC043)

R best practices

