Cancer Subtype Transcriptomic Analysis

Transcriptomics
Oncology
R
DESeq2
Data Visualization
Investigated transcriptomic differences between cancer subtypes using RNA-seq data, performing differential expression and pathway enrichment with R.
Published

Thursday, the 1st of December, 2022

Project Summary

This research involved analyzing RNA-seq data to identify key gene expression differences… (full details here)

Tools Used

  • R (tidyverse, DESeq2, ggplot2)
```{r}
# Example R snippet
# results <- DESeq2::results(dds_object)
# print(head(results))
```
Back to top