Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 839 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 839 Bytes

RosR ChIP-chip processing

ChIP-chip processing pipeline for Tonner et al. "A regulatory hierarchy controls the dynamic transcriptional response to extreme oxidative stress in archaea."

  • This repository contains the code necessary to recereate table S2 from the manuscript
  • Raw data file can be downloaded from GEO: GSE58696

Dependencies

Steps to recreate table:

  • download raw data from GEO, and unpack the data to data/chip
  • run the command 'R CMD Sweave preprocessing_0258_all_none_densityLoess_max100.Rnw'
  • Download table S5 from Sharma et al. BMC Genomics 2012, and save 'all_data_H2O2' as data/rosr_h2o2_exp.csv
  • from R, run 'knit2html(rosr-timcourse-analysis.Rmd)' with the knitr package