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
- Host: GitHub
- URL: https://github.com/lgatto/roo
- Owner: lgatto
- Created: 2013-05-10T14:11:40.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T21:22:06.000Z (over 5 years ago)
- Last Synced: 2025-03-24T04:23:41.768Z (about 1 month ago)
- Language: R
- Size: 2.79 MB
- Stars: 6
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).