Skip to content
Snippets Groups Projects
README.md 3.27 KiB
Newer Older
Lara Ianov's avatar
Lara Ianov committed
| :exclamation: This repository has been migrated to GitHub: https://github.com/Jeremy-Day-Lab/Nucleic_Acids_Research_2020
|-----------------------------------------|

Robert Phillips's avatar
Robert Phillips committed
# **Enhancer RNAs predict enhancer-gene regulatory links and are critical for enhancer function in neuronal systems**
Robert Phillips's avatar
Robert Phillips committed


Robert Phillips's avatar
Robert Phillips committed
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"  
Robert Phillips's avatar
Robert Phillips committed


Robert Phillips's avatar
Robert Phillips committed
## **General Enhancer Identification Workflow**

Robert Phillips's avatar
Robert Phillips committed
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. 
Robert Phillips's avatar
Robert Phillips committed

Robert Phillips's avatar
Robert Phillips committed
```mermaid
graph TD;
Robert Phillips's avatar
Robert Phillips committed
A[1. For each brain region separately, merge BAM files with SAMtools] --> B[2. For each brain region separately, Call peaks with MACS2];
Robert Phillips's avatar
Robert Phillips committed
  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];
Robert Phillips's avatar
Robert Phillips committed
  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;	
Robert Phillips's avatar
Robert Phillips committed
```

Robert Phillips's avatar
Robert Phillips committed
## **NGS Experimental Details**
Robert Phillips's avatar
Robert Phillips committed

Robert Phillips's avatar
Robert Phillips committed
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. 
Robert Phillips's avatar
Robert Phillips committed

## **Citation**

Jeremy Day's avatar
Jeremy Day committed
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
Robert Phillips's avatar
Robert Phillips committed


## **Links**

All Day lab resources may be found at the [Day Lab website](http://day-lab.org/resources)  
Robert Phillips's avatar
Robert Phillips committed
[BioRxiv preprint](https://www.biorxiv.org/content/10.1101/270967v3)  
Jeremy Day's avatar
Jeremy Day committed
[Published paper](https://academic.oup.com/nar/advance-article/doi/10.1093/nar/gkaa671/5893972)
Robert Phillips's avatar
Robert Phillips committed

## **Raw data**

Jeremy Day's avatar
Jeremy Day committed
Raw data is available through GEO.
RNA-seq: GSE150499
ATAC-seq: GSE150589
Robert Phillips's avatar
Robert Phillips committed