An open API service indexing awesome lists of open source software.

https://github.com/lgatto/roo

R object oriented programming
https://github.com/lgatto/roo

Last synced: 24 days ago
JSON representation

R object oriented programming

Awesome Lists containing this project

README

        

**R object oriented programming** (roo) is and in-depth introduction to object oriented programming in `R`.
It covers S3, S4 and S4 reference classes with ample examples and exercices.
The working example of the course is a DNA/RNA class system that allows to read sequence data in fasta format,
transcribe DNA into RNA, reverse, complement sequences, etc.

The educational [`sequences`](https://github.com/lgatto/sequences/) package implements the class system used throughout the slides.

The material is adequate for a full day course, giving the students time to implement the class systems themselves.
It is used in various advanced programming and developement courses by Laurent Gatto and Robert Stojnić
in Cambridge and at the EMBL.

See the [TeachingMaterial](https://github.com/lgatto/TeachingMaterial) repository for more material.

This material is licensed under the
[Creative Commons Attribution-ShareAlike 3.0 License](http://creativecommons.org/licenses/by-sa/3.0/).