This lesson is in the early stages of development (Alpha version)

Exploring tabular data with R using a transcriptomic example dataset.: Glossary

Key Points

Before we start
Introduction to R
Data Manipulation with dplyr
  • Use the dplyr package to manipulate dataframes.

  • Use select() to choose variables from a dataframe.

  • Use filter() to choose data based on values.

  • Use joins to combine data frames.

  • Use arrange() to sort data frames.

  • Export data to .csv file.

Reshaping and Plotting data
Using RMarkdown
  • Edit the .Rmd files not the .md files

  • Run make serve to knit documents and preview lesson website locally

Glossary

FIXME