Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 3.72 KB

README.md

File metadata and controls

40 lines (27 loc) · 3.72 KB

Evolution of the mutation spectrum across a mammalian phylogeny

This GitHub repository contains the scripts that were used to generate the analyses and figures in:

Beichman, Robinson, Lin, Nigenda-Morales, Moreno Estrada, & Harris. "Evolution of the mutation spectrum across a mammalian phylogeny," Molecular Biology & Evolution (in revision)

Figure 1 from Beichman et al., showing an overview of the analytical pipeline

Overview

The main code directories are as follows, each of which has its own detailed readme file:

Each directory has its own detailed readme file containing script-specific information (input and output files, overviews of functions, meanings of parameters, etc.), and scripts are heavily commented. There are extensive details on the analyses in the SI Methods section of Beichman et al.

Code used to generate main-text figures in the paper:

Data files:

Data files from the paper are on Dryad (DRYAD LINK) with an extensive readme describing them. Smaller auxiliary files have been placed in each script's GitHub directory for convenience.

Additional notes:

You would need to update paths to input files on your own system inside script if re-running scripts. We recommend that R scripts be run in RStudio step-by-step to see what each code chunk is doing. All code is presented as-is (exactly as it was used to generate the analyses of the paper), so there may be extraneous comments and analyses present within them.