Quellcode durchsuchen

Update CD4 examples

Ryan C. Thompson vor 7 Jahren
Ursprung
Commit
330f2b34c6
35 geänderte Dateien mit 147 neuen und 31 gelöschten Zeilen
  1. 3 2
      examples/Salomon/CD4/reports/ChIP-seq/H3K27me3-diffmod.html
  2. 2 1
      examples/Salomon/CD4/reports/ChIP-seq/H3K27me3-exploration.html
  3. 3 2
      examples/Salomon/CD4/reports/ChIP-seq/H3K4me2-diffmod.html
  4. 2 1
      examples/Salomon/CD4/reports/ChIP-seq/H3K4me2-exploration.html
  5. 3 2
      examples/Salomon/CD4/reports/ChIP-seq/H3K4me3-diffmod.html
  6. 2 1
      examples/Salomon/CD4/reports/ChIP-seq/H3K4me3-exploration.html
  7. 18 0
      examples/Salomon/CD4/reports/MOFA/README.mkdn
  8. 11 0
      examples/Salomon/CD4/reports/MOFA/index.html
  9. 17 0
      examples/Salomon/CD4/reports/MOFA/peak-mofa-analyze.html
  10. 17 0
      examples/Salomon/CD4/reports/MOFA/peak-mofa-run.html
  11. 17 0
      examples/Salomon/CD4/reports/MOFA/promoter-mofa-analyze.html
  12. 17 0
      examples/Salomon/CD4/reports/MOFA/promoter-mofa-run.html
  13. 2 0
      examples/Salomon/CD4/reports/README.mkdn
  14. 2 1
      examples/Salomon/CD4/reports/RNA-seq/hisat2_grch38_snp_tran_ensembl.85-diffexp.html
  15. 1 1
      examples/Salomon/CD4/reports/RNA-seq/hisat2_grch38_snp_tran_ensembl.85-exploration.html
  16. 2 1
      examples/Salomon/CD4/reports/RNA-seq/hisat2_grch38_snp_tran_knownGene-diffexp.html
  17. 1 1
      examples/Salomon/CD4/reports/RNA-seq/hisat2_grch38_snp_tran_knownGene-exploration.html
  18. 2 1
      examples/Salomon/CD4/reports/RNA-seq/kallisto_hg38.analysisSet_ensembl.85-diffexp.html
  19. 1 1
      examples/Salomon/CD4/reports/RNA-seq/kallisto_hg38.analysisSet_ensembl.85-exploration.html
  20. 2 1
      examples/Salomon/CD4/reports/RNA-seq/kallisto_hg38.analysisSet_knownGene-diffexp.html
  21. 1 1
      examples/Salomon/CD4/reports/RNA-seq/kallisto_hg38.analysisSet_knownGene-exploration.html
  22. 2 2
      examples/Salomon/CD4/reports/RNA-seq/rnaseq-compare.html
  23. 2 1
      examples/Salomon/CD4/reports/RNA-seq/salmon_hg38.analysisSet_ensembl.85-diffexp.html
  24. 1 1
      examples/Salomon/CD4/reports/RNA-seq/salmon_hg38.analysisSet_ensembl.85-exploration.html
  25. 2 1
      examples/Salomon/CD4/reports/RNA-seq/salmon_hg38.analysisSet_knownGene-diffexp.html
  26. 1 1
      examples/Salomon/CD4/reports/RNA-seq/salmon_hg38.analysisSet_knownGene-exploration.html
  27. 2 1
      examples/Salomon/CD4/reports/RNA-seq/shoal_hg38.analysisSet_ensembl.85-diffexp.html
  28. 1 1
      examples/Salomon/CD4/reports/RNA-seq/shoal_hg38.analysisSet_ensembl.85-exploration.html
  29. 2 1
      examples/Salomon/CD4/reports/RNA-seq/shoal_hg38.analysisSet_knownGene-diffexp.html
  30. 1 1
      examples/Salomon/CD4/reports/RNA-seq/shoal_hg38.analysisSet_knownGene-exploration.html
  31. 2 1
      examples/Salomon/CD4/reports/RNA-seq/star_hg38.analysisSet_ensembl.85-diffexp.html
  32. 1 1
      examples/Salomon/CD4/reports/RNA-seq/star_hg38.analysisSet_ensembl.85-exploration.html
  33. 2 1
      examples/Salomon/CD4/reports/RNA-seq/star_hg38.analysisSet_knownGene-diffexp.html
  34. 1 1
      examples/Salomon/CD4/reports/RNA-seq/star_hg38.analysisSet_knownGene-exploration.html
  35. 1 0
      examples/Salomon/CD4/reports/index.html

Datei-Diff unterdrückt, da er zu groß ist
+ 3 - 2
examples/Salomon/CD4/reports/ChIP-seq/H3K27me3-diffmod.html


Datei-Diff unterdrückt, da er zu groß ist
+ 2 - 1
examples/Salomon/CD4/reports/ChIP-seq/H3K27me3-exploration.html


Datei-Diff unterdrückt, da er zu groß ist
+ 3 - 2
examples/Salomon/CD4/reports/ChIP-seq/H3K4me2-diffmod.html


Datei-Diff unterdrückt, da er zu groß ist
+ 2 - 1
examples/Salomon/CD4/reports/ChIP-seq/H3K4me2-exploration.html


Datei-Diff unterdrückt, da er zu groß ist
+ 3 - 2
examples/Salomon/CD4/reports/ChIP-seq/H3K4me3-diffmod.html


Datei-Diff unterdrückt, da er zu groß ist
+ 2 - 1
examples/Salomon/CD4/reports/ChIP-seq/H3K4me3-exploration.html


+ 18 - 0
examples/Salomon/CD4/reports/MOFA/README.mkdn

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

+ 11 - 0
examples/Salomon/CD4/reports/MOFA/index.html

@@ -0,0 +1,11 @@
+<p><a href="https://github.com/PMBio/MOFA">MOFA</a> was used to analyze RNA-seq data and ChIP-seq data for 3 histone marks together, looking for sources of variation shared acorss all data types. Two different analyses were done, one with ChIP-seq reads counted in promoter regions, and one with ChIP-seq reads counted in called peaks. Each analysis is split into two steps. The first step (“run”) is fitting the model (which takes a long time) and performing some basic QC, while the second step (“analyze”) loads the fitted model and performs some analysis.</p>
+<h2 id="peak-based-analysis">Peak-based analysis</h2>
+<ul>
+<li>Step 1: <a href="peak-mofa-run.html"><code>peak-mofa-run.html</code></a></li>
+<li>Step 2: <a href="peak-mofa-analyze.html"><code>peak-mofa-analyze.html</code></a></li>
+</ul>
+<h2 id="promoter-based-analysis">Promoter-based analysis</h2>
+<ul>
+<li>Step 1: <a href="promoter-mofa-run.html"><code>promoter-mofa-run.html</code></a></li>
+<li>Step 2: <a href="promoter-mofa-analyze.html"><code>promoter-mofa-analyze.html</code></a></li>
+</ul>

Datei-Diff unterdrückt, da er zu groß ist
+ 17 - 0
examples/Salomon/CD4/reports/MOFA/peak-mofa-analyze.html


Datei-Diff unterdrückt, da er zu groß ist
+ 17 - 0
examples/Salomon/CD4/reports/MOFA/peak-mofa-run.html


Datei-Diff unterdrückt, da er zu groß ist
+ 17 - 0
examples/Salomon/CD4/reports/MOFA/promoter-mofa-analyze.html


Datei-Diff unterdrückt, da er zu groß ist
+ 17 - 0
examples/Salomon/CD4/reports/MOFA/promoter-mofa-run.html


+ 2 - 0
examples/Salomon/CD4/reports/README.mkdn

@@ -1,2 +1,4 @@
 - [`ChIP-seq`](ChIP-seq): Example reports for ChIP-seq data
 - [`RNA-seq`](RNA-seq): Example reports for RNA-seq data
+- [`MOFA`](MOFA): Example reports for multi-omics factor analysis of
+  ChIP-seq and RNA-seq together

Datei-Diff unterdrückt, da er zu groß ist
+ 2 - 1
examples/Salomon/CD4/reports/RNA-seq/hisat2_grch38_snp_tran_ensembl.85-diffexp.html


Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
examples/Salomon/CD4/reports/RNA-seq/hisat2_grch38_snp_tran_ensembl.85-exploration.html


Datei-Diff unterdrückt, da er zu groß ist
+ 2 - 1
examples/Salomon/CD4/reports/RNA-seq/hisat2_grch38_snp_tran_knownGene-diffexp.html


Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
examples/Salomon/CD4/reports/RNA-seq/hisat2_grch38_snp_tran_knownGene-exploration.html


Datei-Diff unterdrückt, da er zu groß ist
+ 2 - 1
examples/Salomon/CD4/reports/RNA-seq/kallisto_hg38.analysisSet_ensembl.85-diffexp.html


Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
examples/Salomon/CD4/reports/RNA-seq/kallisto_hg38.analysisSet_ensembl.85-exploration.html


Datei-Diff unterdrückt, da er zu groß ist
+ 2 - 1
examples/Salomon/CD4/reports/RNA-seq/kallisto_hg38.analysisSet_knownGene-diffexp.html


Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
examples/Salomon/CD4/reports/RNA-seq/kallisto_hg38.analysisSet_knownGene-exploration.html


Datei-Diff unterdrückt, da er zu groß ist
+ 2 - 2
examples/Salomon/CD4/reports/RNA-seq/rnaseq-compare.html


Datei-Diff unterdrückt, da er zu groß ist
+ 2 - 1
examples/Salomon/CD4/reports/RNA-seq/salmon_hg38.analysisSet_ensembl.85-diffexp.html


Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
examples/Salomon/CD4/reports/RNA-seq/salmon_hg38.analysisSet_ensembl.85-exploration.html


Datei-Diff unterdrückt, da er zu groß ist
+ 2 - 1
examples/Salomon/CD4/reports/RNA-seq/salmon_hg38.analysisSet_knownGene-diffexp.html


Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
examples/Salomon/CD4/reports/RNA-seq/salmon_hg38.analysisSet_knownGene-exploration.html


Datei-Diff unterdrückt, da er zu groß ist
+ 2 - 1
examples/Salomon/CD4/reports/RNA-seq/shoal_hg38.analysisSet_ensembl.85-diffexp.html


Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
examples/Salomon/CD4/reports/RNA-seq/shoal_hg38.analysisSet_ensembl.85-exploration.html


Datei-Diff unterdrückt, da er zu groß ist
+ 2 - 1
examples/Salomon/CD4/reports/RNA-seq/shoal_hg38.analysisSet_knownGene-diffexp.html


Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
examples/Salomon/CD4/reports/RNA-seq/shoal_hg38.analysisSet_knownGene-exploration.html


Datei-Diff unterdrückt, da er zu groß ist
+ 2 - 1
examples/Salomon/CD4/reports/RNA-seq/star_hg38.analysisSet_ensembl.85-diffexp.html


Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
examples/Salomon/CD4/reports/RNA-seq/star_hg38.analysisSet_ensembl.85-exploration.html


Datei-Diff unterdrückt, da er zu groß ist
+ 2 - 1
examples/Salomon/CD4/reports/RNA-seq/star_hg38.analysisSet_knownGene-diffexp.html


Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
examples/Salomon/CD4/reports/RNA-seq/star_hg38.analysisSet_knownGene-exploration.html


+ 1 - 0
examples/Salomon/CD4/reports/index.html

@@ -1,4 +1,5 @@
 <ul>
 <li><a href="ChIP-seq"><code>ChIP-seq</code></a>: Example reports for ChIP-seq data</li>
 <li><a href="RNA-seq"><code>RNA-seq</code></a>: Example reports for RNA-seq data</li>
+<li><a href="MOFA"><code>MOFA</code></a>: Example reports for multi-omics factor analysis of ChIP-seq and RNA-seq together</li>
 </ul>

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.