index.html 2.8 KB

123456789101112131415161718192021222324252627
  1. <h2 id="my-thesis">My thesis</h2>
  2. <ul>
  3. <li><a href="thesis-final.pdf">My thesis</a>: <em>Bioinformatic analysis of complex, high-throughput genomic and epigenomic data in the context of CD4⁺ T-cell differentiation and diagnosis and treatment of transplant rejection</em></li>
  4. <li><a href="defense-slides.pdf">Slides for my defense talk</a>: The slides for my dissertation defense, mainly covering Chapter 2 of my thesis</li>
  5. </ul>
  6. <h2 id="interesting-sub-folders">Interesting sub-folders</h2>
  7. <p>Each folder showcases a different project or aspect of my work in the Salomon lab.</p>
  8. <ul>
  9. <li><a href="Teaching"><code>Teaching</code></a>: Teaching materials for my lecture and lab on introductory RNA-seq analysis</li>
  10. <li><a href="CD4"><code>CD4</code></a>: Examples relating to my CD4 memory RNA-seq &amp; ChIP-seq project</li>
  11. <li><a href="450k"><code>450k</code></a>: Examples relating to analysis of Illumina 450k DNA methylation arrays</li>
  12. <li><a href="Pathways"><code>Pathways</code></a>: Examples of gene set and pathway analysis for RNA-seq data</li>
  13. <li><a href="globin"><code>globin</code></a>: Examples of my work in demonstrating the performance of a new globin blocking protocol for RNA-seq of blood tissues</li>
  14. <li><a href="fRMA"><code>fRMA</code></a>: Examples and code from my work creating a custom frozen RMA reference to provide a stable normalization for machine learning applications</li>
  15. </ul>
  16. <h2 id="presentations">Presentations</h2>
  17. <ul>
  18. <li><a href="DGE%20Presentation.pdf"><code>DGE Presentation.pdf</code></a>: comparing edgeR, DESeq, and limma on both a conceptual and practical level</li>
  19. <li><a href="Advanced%20RNA-seq%20Analysis.pdf"><code>Advanced RNA-seq Analysis.pdf</code></a>: On the advanced features provided by limma for RNA-seq analysis</li>
  20. <li><a href="Reproducible%20Workflow%20Presentation.pdf"><code>Reproducible Workflow Presentation.pdf</code></a>: Showcases the use of <a href="https://snakemake.readthedocs.io/en/stable/">Snakemake</a> for building a reproducible analysis</li>
  21. </ul>
  22. <h2 id="other-files">Other files</h2>
  23. <ul>
  24. <li><a href="Classifier%20Math%20Write-up.pdf"><code>Classifier Math Write-up.pdf</code></a>: A short write-up to explain the mathematical principles behind the classifier method used in a machine learning project</li>
  25. <li><a href="blockbuster-pipeline.R.html"><code>blockbuster-pipeline.R.html</code></a>: R code for clustering small RNA reads into clusters using <a href="http://hoffmann.bioinf.uni-leipzig.de/LIFE/blockbuster.html">Blockbuster</a></li>
  26. <li><a href="mdsplots-multidim.pdf"><code>mdsplots-multidim.pdf</code></a>: A PCA plot of RNA-seq data for <em>C. elegans</em> samples with and without a drug that retards the aging process, demonstrating smaller age-related changes with the drug (for <a href="https://elifesciences.org/content/4/e08833">this paper</a>)</li>
  27. </ul>