This Indico installation shall not be used to organise MPI-CBG courses and events from beginning of 2024 on. Please use MPG Indico instead.
23-25 April 2018
Center of Systems Biology Dresden
Europe/Berlin timezone

Course aim: Research in the field of biology now often involves the acquisition of large datasets.  In order to get the most out of such large and complex datasets it is useful to know how to efficiently structure such data and the methods available to manipulate and visualize large datasets.  This course is aimed at those with limited or no programming experience and aims to teach participants the basics of data analysis and visualization using the R statistical programming language.

Learning Outcomes: This course will enable students to get started with data analysis using R. Topics covered include, importing data into R, formatting data for easy further analysis, manipulating tabular data and performing basic calculations, creating publication quality figures, and creating complete data analysis reports.

 

 

Starts
Ends
Europe/Berlin
Center of Systems Biology Dresden
Seminar Room, Top Floor (TF)
Pfotenhauerstr. 108

Lecturers: Ian Henry, Holger Brandl, Lena Hersemann - MPI-CBG Scientific Computing Facility

Course Structure: The course will include presentations to introduce important topics, live coding sessions where the instructor and students write code together, and exercises for students to work on individually or in small groups.  The course is intended to be very hands on with plenty of opportunity for students to ask questions. 

Topics covered include:

  • Importing data into R (e.g. from Excel)
  • Formatting data for easy further analysis
  • Manipulating tabular data and performing basic calculations
  • Creating publication quality plots
  • Creating complete analysis reports

How to prepare your computer before the course

Installing Software

In order to take part in this course you should install the following software on your computer.

Additional Notes:

MacOSX: Installation of the above software may require you to over-ride the default security settings on your Mac as it may complain that the software is from an untrusted source.  This can be temporarily done by right-clicking the downloaded installation file icon and then clicking open rather than double clicking the icon.

Installing R Packages

We would also like to ask you to check you have the required R packages for the course.  To simplify this procedure we would ask you to open RStudio (installed above) and run the following command from the R console window within RStusio (just copy and paste the 2 lines below and press the "enter key" sometimes marked "<-|" or "return").

if (!require("devtools")) install.packages("devtools")  
devtools::source_url("https://git.mpi-cbg.de/snippets/5/raw")

Note: It may take 5-10 minutes to complete installation and will require a reliable internet connection for installation. If you lose connection in the middle of the install then you can always re-run the two lines above.

You should get a message saying everything worked well.  If you don't get this message, then please send an email to bioinformatics@mpi-cbg.de and we will arrange a short meeting so that we can prepare your laptop for the course.

If the output contains the following message you are ready for the course (you may also get additional red warning/information messages but these can largely be ignored for the time being).

###
###
### Your R is ready for the SciComp R-Course!
###
###

Additional Notes:

Linux: The installation of the devtools package depends on the curl R package which in-turn requires libcurl-devel to be present otherwise the install.packages call will produce an error and quit.  Should you have any problems installing the software under Linux, please let us know.

Surveys
There is an open survey.
Your browser is out of date!

Update your browser to view this website correctly. Update my browser now

×