Subscribe by email
Join 886 other subscribersMeta
Category Archives: R
Geophylogeny plots in R for Dummies
Amid basting my tofurky, here’s a follow-up to my previous post on quick-fix overlays of admixture plots on geographical maps in R. I recently discovered a wonderful R package called “phytools” from Liam Revell, which makes really neat phylogenetic trees (with … Continue reading
Posted in howto, phylogenetics, population genetics, R, software, STRUCTURE
Tagged data visualization, population structure
4 Comments
Admixture maps in R for Dummies
Before we get started, I’d like to point everyone to an excellent tutorial here by Kim Gilbert on making maps in R. I have been grappling with overlaying admixture plots, and migration routes on top of maps recently, and thought I’d put … Continue reading
Posted in howto, population genetics, R, software, STRUCTURE
Tagged data visualization, population structure
14 Comments
Calculating genetic differentiation with R
As molecular ecologists, it is often necessary and useful to calculate some measure of genetic differentiation. This is often accomplished with metrics such as Wright’s Fst an or an unbiased analog (e.g., Weir & Cockerham’s Fst; G’st etc.). In addition … Continue reading
Posted in population genetics, R, software
13 Comments
Using GitHub with R and RStudio
A few weeks back, The Molecular Ecologist released an article about GitHub and also created an organization where you can fork or simply download code shared by the Molecular Ecology community. A few of you out there may still be … Continue reading
Posted in bioinformatics, howto, R, software
29 Comments
Random drift and phenotypic evolution
This week we have a guest post from Markku Karhunen. Markku’s research at the University of Helsinki included the development and implementation of a number of very interesting and useful population genetics methods. In his guest post Markku discusses these … Continue reading
Posted in adaptation, methods, population genetics, quantitative genetics, R, software, Uncategorized
2 Comments
Using R to run parallel analyses of population genetic data in STRUCTURE: ParallelStructure
In this guest post, Francois Besnier explains how to use ParallelStructure, his new R package for running STRUCTURE analyses in parallel computing environments. To start with, thanks to The Molecular Ecologist blog team (Tim and Jeremy) for the invitation to … Continue reading
Posted in howto, population genetics, R, software, STRUCTURE
5 Comments
Species distribution models in R
Update, 20 August 2013: Many readers have requested a copy of the Joshua tree data set used as an example in this post, and I’ve finally secured permission from the coauthors of the original study to post it to Dryad. … Continue reading
Making Maps with R
First off, thanks to Tim and Jeremy for the invitation to write a guest post here on using R to make maps! As a brief introduction, my name is Kim Gilbert, and I am a Ph.D. student at the University … Continue reading