diff --git a/app/components/Layout/Header.jsx b/app/components/Layout/Header.jsx index 6ad9460..5e7c6b3 100644 --- a/app/components/Layout/Header.jsx +++ b/app/components/Layout/Header.jsx @@ -60,7 +60,7 @@ const Header = () => {
+ DNA sequencing is a method used to determine the precise order of nucleotides + (adenine, thymine, cytosine, and guanine) in a DNA molecule. This information is + critical for understanding genetic information, mutations, and their roles in disease, + evolution, and various biological processes. +
++ Different DNA sequencing approaches using Next Generation sequencing are listed below: +
++ Different DNA sequencing approaches and their applications are summarized below: +
+| + Sequencing Approach + | ++ Description + | ++ Sequencing Platform + | ++ Applications + | +
|---|---|---|---|
| + + {row.approach.name} + + | ++ {row.description} + | ++ {row.platform} + | ++ {row.applications} + | +
diff --git a/app/dna-sequencing/long-read-sequencing/components/LongReadIntroduction.jsx b/app/dna-sequencing/long-read-sequencing/components/LongReadIntroduction.jsx
index 13eb0ed..b238288 100644
--- a/app/dna-sequencing/long-read-sequencing/components/LongReadIntroduction.jsx
+++ b/app/dna-sequencing/long-read-sequencing/components/LongReadIntroduction.jsx
@@ -12,7 +12,7 @@ const LongReadIntroduction = () => {
+ RNA sequencing (RNA-Seq) is a method used to determine the sequence and quantity of RNA present in a sample, providing insight into gene expression, alternative splicing, and non-coding RNA functions. It is essential for understanding various biological processes, including disease mechanisms, gene regulation, and cellular responses. +
++ Different RNA sequencing approaches using Next-Generation Sequencing (NGS) are listed below: +
+| + Sequencing Approach + | ++ Description + | ++ Sequencing Platform + | ++ Applications + | +
|---|---|---|---|
| + + {row.approach.name} + + | ++ {row.description} + | ++ {row.platform} + | ++ {row.applications} + | +