This is a research repo for our project, entitled "Evolutionary and functional genomics of DNA methylation in maize domestication and improvement".
In this study, we leveraged whole-genome sequencing (WGS) and whole-genome bisulfite sequencing (WGBS) on populations of modern maize, landrace, and teosinte Zea mays ssp. parviglumis to investigate the adaptive and phenotypic consequences of methylation variation in maize.
This project contains ~540 commits. A largedata
directory was intentionally ignored by adding to gitignore
because of the large size of the files within the folder. To guide the visitors having a better idea about the repo, here we briefly introduce the functions or sepecific purposes of the directory system. The layout of directories is based on the idea from ProjectTemplate.
- cache: Here we store intermediate data sets that are generated during a preprocessing step.
- data: Here we store our raw data of small size. Data of large size, i.e. > 100M, store in a
largedata
folder that has been ignored usinggitignore
. - reports: Documentation codes (i.e. Rmd files) for generating the figures.
- graphs: Graphs produced during the study.
- lib: Some functions for our work.
- profilling: Analysis scripts for the project. It contains some sub-directories.
- table: Table produced during the study.
Rmd code to generate Figures in the paper.
- Figure 1: Panels of this figure can be produced with code
reports/Fig1_sfs.Rmd
. And the Figure1 in a pdf version. - Figure 2: Panels of this figure can be produced with code
reports/Fig2_Circos_Plot.Rmd
. And the Figure2 in a pdf version. - Figure 3: Panels of this figure can be produced with code
reports/Fig3_CG_DMR_Function.Rmd
. And the Figure3 in a pdf version. - Figure 4: Panels of this figure can be produced with code
reports/Fig4_VCAP_Vgt1.Rmd
. And the Figure4 in a pdf version. - Figure 5: Panels of this figure can be produced with code
reports/Fig5_tb1.Rmd
. And the Figure5 in a pdf version.
This repo is free and open source for research usage, licensed under GPLv2.