Analysis to accompany eLife Insight piece:
Lewis, ZR and CW Dunn. (2018) Genome evolution: We are not so special. eLife. http://dx.doi.org/10.7554/eLife.38726
inventory_data.csv
Gene inventory data from the cited papers. Source of the data is listed under "provenance."analysis.R
TheR
script for generating Figure 1, panel C.
R
packagestidyverse
andreshape2
.
Each time you want to execute an analysis:
- Navigate to the root of the repository, e.g.,
cd gene_inventory_2018
. - Run the code, e.g., launch
R
and runsource("analysis.R")
.
See the LICENSE file for more license details.