From 494263cc6e8f2781863493305d1092d0a3aa6c24 Mon Sep 17 00:00:00 2001 From: Sugam <129360173+SUGAM2001@users.noreply.github.com> Date: Tue, 3 Sep 2024 18:43:45 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89db677..a529761 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ This repository contains an example of using `DESeq2` in Python for differential ## Introduction -[DESeq2](https://bioconductor.org/packages/release/bioc/html/DESeq2.html) is a widely used tool for differential gene expression (DGE) analysis in RNA-Seq data, and it is mainly implemented in [R](https://cran.r-project.org/). -However, you can use [rpy2](https://pypi.org/project/rpy2/), a Python library that allows you to run R code. If you're interested in learning more about RNA-seq analysis, I highly recommend visiting [RNA-seqlopedia](https://rnaseq.uoregon.edu/). This comprehensive resource provides valuable insights into RNA-seq, covering everything from basic concepts to advanced techniques. It's an excellent starting point for anyone looking to deepen their understanding of RNA-seq analysis. +[DESeq2](https://bioconductor.org/packages/release/bioc/html/DESeq2.html) is a widely used tool for differential gene expression `(DGE)` analysis in RNA-Seq data, and it is mainly implemented in [R](https://cran.r-project.org/). +However, you can use [rpy2](https://pypi.org/project/rpy2/), a Python library that allows you to run R code. If you want to learn more about RNA-seq analysis, I highly recommend visiting [RNA-seqlopedia](https://rnaseq.uoregon.edu/). This comprehensive resource provides valuable insights into RNA-seq, covering everything from basic concepts to advanced techniques. It's an excellent starting point for anyone looking to deepen their understanding of RNA-seq analysis. ## Installation To run the DESeq2 example in Python, Ensure you have installed `R` on your system, and install the required packages. Follow these steps: