Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.19 KB

File metadata and controls

28 lines (17 loc) · 1.19 KB

SV-evolution

This is the directory for the study on the population genetics of structural variants in the Drosophila melanogaster populations.

The goals included:

  1. Collecting enough long reads from NCBI SRA. Sample information needed to be clear.
  2. Assemble the genomes and detect SVs with the release 6 reference genome.
  3. Calculate basic popgen parameters, such as pi, theta, tajima's D.
  4. Calssify the SVs and cross-ref with their repeat contents.
  5. Estimate the distribution of fitness effect of various SVs and repeat types.
  6. Detect natural selection on specific SVs.

Validation of our SV calling pipeline by simulation is stored in another directory.

asm_flowchart.png

Because we were handeling noisy long reads mostly from the previous generation, we combined the results from multiple assemblers to miprove contiguity.

Structure of this directory

All the key scripts are stored under the "hpc3" folder. All the scripts are arranged by their execution order.

R scripts for visulization are in the root.

Scripts created during development are stored under "old" and "snp" folders.

Output figures for presentation and publications are under "Figure" folder.