Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.54 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.54 KB

Amniote Gene Expression

Code used to explore the association of transposable elements (TEs) with gene expression during the Amniote evolution

Recommended programs

Optional

Data used

Prerequisites

  • Some level of familiarity with queuing systems (SLURM)

Workflow

1) Separate TEs into recent insertions or non-recent insertsion

1a) Download or acquire genomes of interest

6 genomes were downloaded from public databases (NCBI); All genomes were downloaded using wget, as recommended by NCBI (https://www.ncbi.nlm.nih.gov/genome/doc/ftpfaq/). See Supplementary Table 1 for the source and assembly version of each genome used.

1b) Use CARP to identify and annotate TEs in the genomes

Details can be seen in https://github.com/carp-te/carp-documentation

1c) Separate TEs into specific classes

Code can be found in TESeparation

TO BE CONTINUED......