Home
News
Alignment
▸
Classification
▸
Homology
▸
Oligo Design
▸
Phylogenetics
▸
Tutorials
▾
Examples Gallery
Documentation
R Lessons
Bioinformatics
Downloads
Contact
Citations
R Lessons - Overview
These lessons are designed to provide a brief introduction to using the R programming language for scientific computing. These lessons describe how to:
Work with different R data types.
Manipulate text and search for patterns.
Program with functions that interact.
Import and export different file formats.
Plot high quality graphs with base R.
Repeatedly apply code with loops and maps.
Table of Contents
R Lesson #1 -
Introduction
R Lesson #2 -
Basic data types and operators
R Lesson #3 -
Logicals operations
R Lesson #4 -
Structured objects
R Lesson #5 -
Character basics
R Lesson #6 -
Functions and conditionals
R Lesson #7 -
Searching characters
R Lesson #8 -
Matrix manipulation and images
R Lesson #9 -
Plotting curves and lines
R Lesson #10 -
Tabulating imported data
R Lesson #11 -
Apply functions
R Lesson #12 -
Loops
R Lesson #13 -
Fitting parameters
R Lesson #14 -
Introduction to Biostrings