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

From OpenWetWare
Jump to navigationJump to search
No edit summary
Line 12: Line 12:
<li>[[Imperial College/Courses/Fall2008/Synthetic Biology (MRes class)/'R' Tutorial/Basic Commands | Basic Commands]]</li>
<li>[[Imperial College/Courses/Fall2008/Synthetic Biology (MRes class)/'R' Tutorial/Basic Commands | Basic Commands]]</li>
<li>[[Imperial College/Courses/Fall2008/Synthetic Biology (MRes class)/'R' Tutorial/Practical |Practical]]</li>
<li>[[Imperial College/Courses/Fall2008/Synthetic Biology (MRes class)/'R' Tutorial/Practical |Practical]]</li>
<li>[[Imperial College/Courses/Fall2008/Synthetic Biology (MRes class)/'R' Tutorial/'R' Resources |'R' Resources]]</li>
</ul>
</ul>
</div>
</div>

Revision as of 10:46, 2 December 2008

Fall 2008 - Synthetic Biology (MRes class)

Home        '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'



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

  • To get familiar with a new modelling and statistical analysis software.
  • To use the 'R' software to explore the behaviour of simple genetic network motifs.
  • To be able to build and simulate new, and more complex, genetic networks.

Resources