From 4862fe5b856341ae7f4daf719262949c37c29e6e Mon Sep 17 00:00:00 2001 From: Kayla Lenshoek <129415677+lenshoek@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:33:38 -0500 Subject: [PATCH] Refactor DESCRIPTION file to markdown format Updated DESCRIPTION file format to markdown style for better readability and structure. --- MPA/DESCRIPTION | 52 ++++++++++++++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 22 deletions(-) diff --git a/MPA/DESCRIPTION b/MPA/DESCRIPTION index aee6cba..3c3b954 100644 --- a/MPA/DESCRIPTION +++ b/MPA/DESCRIPTION @@ -1,22 +1,30 @@ -Package: MPA -Type: Package -Title: Metabolic Pathway Analysis -Version: 0.1.0 -Author: Cristina Mitrea -Maintainer: Cristina Mitrea -Description: Metabolic pathway analysis. - Input - High-throughput metabolite levels for condition and control samples and Reactome pathways - Output - Ranked list of Reactome pathways that perturbed in the condition under study - the rank is based on a score or p-value that results from evaluating the pathway disruption given the data and the pathway information from the Reactome database -License: MIT + file LICENSE -Encoding: UTF-8 -LazyData: true -RoxygenNote: 7.3.2 -Suggests: - knitr, - rmarkdown, - testthat (>= 3.0.0) -Config/testthat/edition: 3 -Imports: - dplyr, - utils -VignetteBuilder: knitr +## Package: MPA +#### Type: Package +#### Title: Metabolic Pathway Analysis +#### Version: 0.1.0 +#### Author: Cristina Mitrea +#### Maintainer: Cristina Mitrea +____ + +**Description:** Metabolic pathway analysis. +**Input** - High-throughput metabolite levels for condition and control samples and Reactome pathways + +**Output** - Ranked list of Reactome pathways that perturbed in the condition under study - the rank is based on a score or p-value that results from evaluating the pathway disruption given the data and the pathway information from the Reactome database +_____ +**License**: MIT + file LICENSE + +**Encoding**: UTF-8 + +**LazyData**: true + +**RoxygenNote**: 7.3.2 + +**Suggests:** +* knitr, +* rmarkdown, +* testthat (>= 3.0.0) +* Config/testthat/edition: 3 + +**Imports:** +`dplyr`, `utils` +**VignetteBuilder:** `knitr`