README.mkdn 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. This is a series of example plots and tables from a combined
  2. RNA-seq/ChIP-seq study on differences between naive and memory T-cell
  3. activation. You can view the (old and messy) code for these plots
  4. [here][1].
  5. [1]: https://github.com/DarwinAwardWinner/cd4-histone-paper-code
  6. - [`p-value distributions.pdf`](p-value distributions.pdf) is a series
  7. of p-value histograms for each of the contrasts tested. A contrast
  8. with no significant differential expression would exhibit a uniform
  9. distribution, while differential expression would be reflected by an
  10. excess of small p-values.
  11. - [`FPKM by Peak Status H3K4.pdf`](FPKM by Peak Status H3K4.pdf) shows
  12. the variation in gene expression based on the presence or absence of
  13. two histone marks in the gene promoters.
  14. - [`promoter-edger-topgenes3-ql.xlsx`](promoter-edger-topgenes3-ql.xlsx)
  15. is a spreadsheet of all promoters with differential histone
  16. modification in their promoters based on the ChIP-seq read counts.
  17. - [`Promoter Peak Distance Profile.pdf`](Promoter Peak Distance Profile.pdf)
  18. shows the distribution of distances from transcription
  19. start sites to the nearest peak for the three histone modifications
  20. studied. This was used to determine the "promoter radius" for read
  21. counting. Notably, the three histone marks do not all have the same
  22. promoter radius.
  23. - [`rnaseq-MDSPlots.pdf`](rnaseq-MDSPlots.pdf) shows a series of MDS
  24. plots (similar to PCA plots) before and after correction of a known
  25. batch effect. Note the implausible zigzag-shaped progression over
  26. time before correction, compared to the more plausible cyclic time
  27. progression after.
  28. - [`rnaseq-edgeR-vs-limma.pdf`](rnaseq-edgeR-vs-limma.pdf) and
  29. [`rnaseq-limma-weighted-vs-uw.pdf`](rnaseq-limma-weighted-vs-uw.pdf)
  30. show comparisons of p-values for all genes in each contrast of the
  31. RNA-seq data, comparing edgeR and limma-voom with/without sample
  32. quality weights. The final choice of method was limma-voom with
  33. sample quality weights.
  34. - [`rnaseq-maplots-limma-sampleweights.pdf`](rnaseq-maplots-limma-sampleweights.pdf)
  35. shows the MA plot for each contrast of the RNA-seq data
  36. There are also some plots from an in-progress analysis of the same
  37. data based on sliding windows, rather than just analyzing promoter
  38. regions. You can view the code for generating these plots [here][2],
  39. and you can view some presentation slides based on this analysis
  40. [here][3].
  41. [2]: https://github.com/DarwinAwardWinner/CD4-csaw
  42. [3]: ./ChIP-Seq presentation.pdf
  43. - [`CCF-plots.pdf`](CCF-plots.pdf) shows the cross-correlation
  44. functions of the ChIP-Seq data for 3 different histone marks, at
  45. several different levels of smoothing. This plot is used to
  46. determine the fragment size. You can also observe from the periodic
  47. wave-like pattern, indicating that multiple adjacent histones tend
  48. to share the same histone modification.
  49. - [`CCF-plots-noBL.pdf`](CCF-plots-noBL.pdf) shows the same plots as
  50. above, but without removing reads in so-called "blacklist" regions
  51. that typically contain high-coverage artifact signals. The result is
  52. a much messier plot, with many samples having an artifactual peak at
  53. the read length (dotted line) rather than the actual width of a
  54. histone (solid line).
  55. - [`site-profile-plots.pdf`](site-profile-plots.pdf) shows plots of
  56. the relative coverage depth profiles around local coverage maxima in
  57. the ChIP-Seq data. This plot is used to determine the footprint size
  58. of the protein being imunoprecipitated. Since this is histone mark
  59. data, the footprint size should match the size of a nucleosome,
  60. about 147 bp.
  61. - [`D4659vsD5053_idrplots.pdf`](D4659vsD5053_idrplots.pdf) shows an
  62. example plot from
  63. the
  64. [Irreproducible Discovery Rate](https://sites.google.com/site/anshulkundaje/projects/idr) analysis
  65. used to identify biologically reproducible peaks in the ChIP-Seq
  66. data. The plot shows the degree of consistency in the scores for
  67. overlapping peaks in two biological replicates. Peaks with
  68. consistently high-ranking scores in both replicates are considered
  69. reproducible.
  70. - The following reports show QC and exploratory analysis for 3 histone
  71. marks and
  72. RNA-seq:
  73. [H3K4me3](reports/ChIP-seq/H3K4me3-exploration.html),
  74. [H3K4me2](reports/ChIP-seq/H3K4me2-exploration.html),
  75. [H3K27me3](reports/ChIP-seq/H3K27me3-exploration.html),
  76. [RNA-seq](reports/RNA-seq/salmon_hg38.analysisSet_ensembl.85-exploration.html).
  77. The purpose of these reports is to ensure that the modelling
  78. assumptions and strategies are appropriate for the data. Sometimes
  79. several strategies are tested against each other, and the best
  80. performer is chosen for the subsequent differential
  81. expression/modification analysis.
  82. - The following reports show the differential expression/modification
  83. analyses and p-value histograms for the 3 histone marks and
  84. RNA-seq:
  85. [H3K4me3](reports/ChIP-seq/H3K4me3-diffmod.html),
  86. [H3K4me2](reports/ChIP-seq/H3K4me2-diffmod.html),
  87. [H3K27me3](reports/ChIP-seq/H3K27me3-diffmod.html),
  88. [RNA-seq](reports/RNA-seq/salmon_hg38.analysisSet_ensembl.85-diffexp.html)
  89. - The RNA-seq data were processed using 10 different combinations of
  90. quantification pipeline and transcriptome
  91. reference.
  92. [`rnaseq-compare.html`](reports/RNA-seq/rnaseq-compare.html) shows a
  93. series of comparisons designed to investigate the differences
  94. between these pipelines and references.