-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME.md~
13 lines (8 loc) · 1.62 KB
/
README.md~
1
2
3
4
5
6
7
8
9
10
11
12
13
# SpeedUpR
Tutorial Code from PLOS Computation Biology Educational Piece on Efficiency in R. [Download the open access paper](http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1004140).
Speeding up ecological and evolutionary computations in R; essentials of high performance computing for biologists.
---
## Abstract
Computation has become a critical component of research in biology. A risk has emerged that computational and programming challenges may limit research scope, depth, and quality. We review various solutions to common computational efficiency problems in ecological and evolutionary research. Our review pulls together material that is currently scattered in many sources and emphasizes those techniques that are especially effective for typical ecological and environmental problems. We demonstrate how straightforward it can be to write efficient code and implement techniques such as profiling or parallel computing. We supply a newly developed R-package (aprof) that helps to identify computational bottlenecks in R code and determine whether optimization can be effective. Our review is complemented by a practical set of examples and detailed online material that demonstrate large improvements in computational speed (ranging from 11 to 14 000 times faster). By improving computational efficiency, biologists can feasibly solve more complex tasks, ask more ambitious questions, and include more sophisticated analyses in their research.
## The online code files from S1 Text
Find all code examples from the S1 text in the folder /R or click [here](https://github.com/MarcoDVisser/SpeedUpR/tree/master/R).