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

From OpenWetWare
Jump to navigationJump to search
(New page: __NOTOC__ {{Template:ImperialCollege Fall2009 SyntheticBiology MRes}} <div style="padding: 10px; width: 720px; border: 5px solid #2171B7;"> <div style="padding: 0px; width: 720px; color: #...)
 
No edit summary
Line 17: Line 17:
</div>
</div>
<br style="clear:both">
<br style="clear:both">
* Basic intro to 'R' language
* Import / Export CSV files (other file formats ?)
* Fitting (least square method)
* Plotting (scatter plots, histograms, time series)
* ODE simulations (based on basic gene expression models)

Revision as of 08:21, 1 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'




  • Basic intro to 'R' language
  • Import / Export CSV files (other file formats ?)
  • Fitting (least square method)
  • Plotting (scatter plots, histograms, time series)
  • ODE simulations (based on basic gene expression models)