README.mkdn 844 B

123456789101112131415161718
  1. [MOFA](https://github.com/PMBio/MOFA) was used to analyze RNA-seq data
  2. and ChIP-seq data for 3 histone marks together, looking for sources of
  3. variation shared acorss all data types. Two different analyses were
  4. done, one with ChIP-seq reads counted in promoter regions, and one
  5. with ChIP-seq reads counted in called peaks. Each analysis is split
  6. into two steps. The first step ("run") is fitting the model (which
  7. takes a long time) and performing some basic QC, while the second step
  8. ("analyze") loads the fitted model and performs some analysis.
  9. ## Peak-based analysis
  10. - Step 1: [`peak-mofa-run.html`](peak-mofa-run.html)
  11. - Step 2: [`peak-mofa-analyze.html`](peak-mofa-analyze.html)
  12. ## Promoter-based analysis
  13. - Step 1: [`promoter-mofa-run.html`](promoter-mofa-run.html)
  14. - Step 2: [`promoter-mofa-analyze.html`](promoter-mofa-analyze.html)