Skip to content

othomantegazza/eda-class

Repository files navigation

🌌 Material for a Class in Exploratory Data Analysis

🚀 Work in progress 👷

🎶 Info

The course will be hands-on. We have access to a computer room, but if it is possible, I would suggest you to bring your own laptop. In this way you will be sure to have R and Rstudio installed on your laptop, and after the workshop you will be ready to start making your own data explorations.

🔨 Tools

💾 You can install R and Rstudio to your laptop.

Afterwards, you can install the Tidyverse :milky_way:, which collects most of the packages that we will use for our explorations. To install it, open Rstudio and type in your R console:

install.packages("tidyverse")

If you get any ❌ error message, we will fix it together 🎇.

Otherwise, Rstudio ☁️ cloud let’s you run Rstudio in cloud computing.

🏂 Slides

  1. 🔗 Introduction

    My contact details and not much else…

  2. 🔗 Meet R

    What is an object in R? What is a variable? Why do we need functions?

  3. 🔗 Load and Manipulate Data - Tidyverse, part 1

    A quick introduction to the tidyverse, including how to manipulate data with dplyr and how to pipe many steps of your analysis.

  4. 🔗 Visualize Data - Tidyverse, part 2

    Build a graphical representation of your data with ggplot2.

  5. 🔗 Clean Data - Tidyverse, part 3

    Most of the time you’ll need to clean and reashape your data with Tidyr and Janitor.

  6. 🔗 More practice - Tidyverse, part 4

    Practice more Exploratory Data Analysis with Open Data from the City of Milan.

  7. 🔗 Your Turn!

    Pick a dataset and explore it!

Quotes' authors

📚 Resources

The R community is active online, and committed to create a friendly and welcoming environment for new everybody.

This includes writing outsanding 📖 open access material that you can use to learn R 🐳.

🍚 R Building Blocks

🌌 R for Data Science

🎷 Remember to read the articles on the packages’ website!! 🎷

Check the 📚 bookdown repository for more books on data science, including 🌍 geocomputation, 🎩 forecasting and ⛏️ text mining!

🎨 Visualization in R

Also, check the Viz chapters in “R for Data science” (see above) :point_up:.

🌼 Life Science

🌺 Extra

Did I mention that the R community is great? Online you can find wonderful learning material.

Gina Reynolds’ Flipbooks

by [@EvaMaeRay](https://twitter.com/EvaMaeRey)

…and Others

Dataviz and R blogs

Data Art and Great Unconventional Viz

Check out also the work of Cédric Scherer, Sil Aarts, Jake Kaupp and many other TidyTuesdaers with Neal Grantham’s app.

This is a mostly incomplete list, suggestions are welcome! 🙌

🎻 Practice

🙌 Acknowledgements

I would like to thank the University of Milano and to the PhD School in Molecular abnd Cell Biology for financing and hosting this workshop. Thanks to Accurat for the great support.

🎓 Best!

About

🌌 A workshop in Exploratory Data Analysis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published