Imperial College/Courses/Fall2009/Synthetic Biology (MRes class)/'R' Tutorial: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 21: Line 21:
|-
|-
|
|
'''Instructor:'''[[User:Vincent Rouilly|Vincent]]
You will find here a '''basic introduction''' to the ''''R Software''''. Take the time to explore the '''Basic Commands''' menu before starting the pratical.
You will find here a '''basic introduction''' to the ''''R Software''''. Take the time to explore the '''Basic Commands''' menu before starting the pratical.
|
|

Revision as of 02:02, 6 October 2009

Fall 2009 - Synthetic Biology (MRes class)

Home        Lecture        'R' Tutorial        Resources        Literature

<html> <body> <!-- Start of StatCounter Code --> <script type="text/javascript"> var sc_project=3315864; var sc_invisible=0; var sc_partition=36; var sc_security="8bb2efcd"; </script>

<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><a class="statcounter" href="http://www.statcounter.com/"><img class="statcounter" src="http://c37.statcounter.com/3315864/0/8bb2efcd/0/" alt="blog stats" /></a></div></noscript> <!-- End of StatCounter Code -->

</body> </html>

Introduction to 'R'



Instructor:Vincent

You will find here a basic introduction to the 'R Software'. Take the time to explore the Basic Commands menu before starting the pratical.

R Platform Logo

'R' Software Features

R is available as Free Software under the terms of the Free Software Foundation's GNU General Public License in source code form. It compiles and runs on a wide variety of UNIX platforms and similar systems (including FreeBSD and Linux), Windows and MacOS.

It includes:

  • an effective data handling and storage facility,
  • a suite of operators for calculations on arrays, in particular matrices,
  • a large, coherent, integrated collection of intermediate tools for data analysis,
  • graphical facilities for data analysis and display either on-screen or on hardcopy, and
  • a well-developed, simple and effective programming language which includes conditionals, loops, user-defined recursive functions and input and output facilities.

Our Objectives

The programming package R will be introduced. Emphasis will be put on learning by examples using existing R subroutines. Students will learn how to read data files, analyse and fit data to models, plot graphs, print to output files, and how to implement simple models. The latter will focus on ordinary differential equations.

Resources