layout | root | lastupdated | contributors | maintainers | domain | topic | software | dataurl | status | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lesson |
. |
August 14, 2016 |
|
|
Genomics |
R |
R |
Under Development |
Data Carpentry's aim is to teach researchers basic concepts, skills, and tools for working more effectively with data. The lessons below were designed for those interested in working with {{page.domain %}} data in {{page.topic %}}.
Content Contributors: {{page.contributors | join: ', ' %}}
Lesson Maintainers: {{page.maintainers | join: ', ' %}}
Lesson status: {{ page.status }}
- Lesson 00 Before we start
- Lesson 01 Introduction to R
- Lesson 02 Starting with data
- Lesson 03 Introducing
data.frame
- Lesson 04 Aggregating and analyzing data with dplyr
- Lesson 05 Data visualisation with ggplot2
You can find the RStudio cheat sheets here, including the dplyr/tidyr, ggplot2 and R-markdown cheat sheets we used.
Data Carpentry's teaching is hands-on, so participants are encouraged to use their own computers to insure the proper setup of tools for an efficient workflow. These lessons assume no prior knowledge of the skills or tools, but working through this lesson requires working copies of the software described below. To most effectively use these materials, please make sure to install everything before working through this lesson.
{% if page.software == "Python" %} {% include pythonSetup.html %} {% elsif page.software == "Spreadsheets" %} {% include spreadsheetSetup.html %} {% elsif page.software == "R" %} {% include rSetup.html %} {% else %} {% include anySetup.html %} {% endif %}
Twitter: @datacarpentry