❗ This repository has been migrated to GitHub: https://github.com/Jeremy-Day-Lab/Nucleic_Acids_Research_2020 |
---|
Enhancer RNAs predict enhancer-gene regulatory links and are critical for enhancer function in neuronal systems
This page contains bash and R code, as well as SeqMonk workflow information, for the enhancer identification pipeline used in "Enhancer RNAs predict enhancer-gene regulatory links and are critical for enhancer function in neuronal systems"
General Enhancer Identification Workflow
The diagram below outlines a general workflow for the identifcation of enhancers. Code corresponding to each step can be found within a directory above. Additional, detailed information can be found within the methods section of the manuscript.
graph TD;
A[1. For each brain region separately, merge BAM files with SAMtools] --> B[2. For each brain region separately, Call peaks with MACS2];
B --> C[3. For each brain region separately, merge peaks within 1kb using bedtools];
C --> D[4. For each brain region separately, remove any peaks smaller than 146 bp or the legnth of DNA wrapped around a nucleosome];
D --> E[5. Combine all peaks with rbind in R. These peaks are the Regions of Open Chromatin or ROCs];
E --> F[6. Keep only intergenic ROCs or iROCs];
F --> G[7. Quantify transcription within iROCs];
G --> H[8. Identify iROCs with bidirectional transcription. These are Transcriptionally Active Putative Enhancers or TAPEs]
H --> I[9. Identify all genes within 1MB up and downstream from TAPE center];
I --> J[10. Correlate eRNA and mRNA levels for predicted enhancer-gene pairs];
style A fill:#000000,stroke:#000,stroke-width:2px;
style B fill:#000000,stroke:#000,stroke-width:2px;
style C fill:#000000,stroke:#000,stroke-width:2px;
style D fill:#000000,stroke:#000,stroke-width:2px;
style E fill:#000000,stroke:#000,stroke-width:2px;
style F fill:#000000,stroke:#000,stroke-width:2px;
style G fill:#000000,stroke:#000,stroke-width:2px;
style H fill:#000000,stroke:#000,stroke-width:2px;
style I fill:#000000,stroke:#000,stroke-width:2px;
style J fill:#000000,stroke:#000,stroke-width:2px;
NGS Experimental Details
RNA-Seq and ATAC-Seq datasets were generated from striatal, cortical, and hippocampal primary neuron cultures treated with 10mM KCl or a vehicle solution for one hour on DIV11. Library preparation details can be found in the methods section of the manuscript.
Citation
Nancy V.N. Carullo, Robert A. Phillips III, Rhiana C. Simon, Salomon A. Roman Soto, Jenna E. Hinds, Aaron J. Salisbury, Jasmin S. Revanna, Kendra D. Bunner, Lara Ianov, Faraz A. Sultan, Katherine E. Savell, Charles A. Gersbach, Jeremy J. Day. Enhancer RNAs predict enhancer-gene regulatory links and are critical for enhancer function in neuronal systems. 2020. Nucleic Acids Research. doi: https://doi.org/10.1093/nar/gkaa671
Links
All Day lab resources may be found at the Day Lab website
BioRxiv preprint
Published paper
Raw data
Raw data is available through GEO. RNA-seq: GSE150499 ATAC-seq: GSE150589