Skip to content

Instantly share code, notes, and snippets.

View emvolz's full-sized avatar

Erik Volz emvolz

View GitHub Profile
@emvolz
emvolz / BiSSE_coalescent.R
Created January 14, 2020 18:13
#' This script simulates genealogies for a "Binary state speciation and extinction model" (BiSSE) #' Trees are simulated using a structured coalescent framework implemented in the phydynR package #' In this model, a wild type mutates at a constant rate to the mutant type which has lower transmission fitness.
#' This script simulates genealogies for a "Binary state speciation and extinction model" (BiSSE)
#' Trees are simulated using a structured coalescent framework implemented in the phydynR package
#' In this model, a wild type mutates at a constant rate to the mutant type which has lower transmission fitness.
#'
#' @author Erik M Volz <erik.volz@gmail.com>
#' @date 14 January 2020
library( phydynR )
library( ape )
library( ggtree )
@Starefossen
Starefossen / vim-cheats.md
Last active June 9, 2024 00:22
My vim cheat sheet for working with tabs and window splits.

Tabs

New Tab

  • :tabnew - new blank tab
  • :tabedit [file] - open file in tab

Cursor Movement

  • gt (:tabn) - next tab