From 91183ea837315fa015ef7693b7682746f4c43bbf Mon Sep 17 00:00:00 2001 From: Andrea Alvarez Perez Date: Thu, 3 Apr 2025 10:43:32 +0000 Subject: [PATCH] Add README.md --- data/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/README.md diff --git a/data/README.md b/data/README.md new file mode 100644 index 0000000..c161198 --- /dev/null +++ b/data/README.md @@ -0,0 +1,10 @@ +# DATA + +## Structure of the folders + +| Subfolder name | Description | +|---------------------------|------------------------------------------------------------------| +| disnet | Data from DISNET database which stores biological entities relationships (disease-gene, gene-protein...) used for the computation of disease modules and gene-protein mappings. | +| complete | Data obtained from the computation of differential expression analysis and construction of cell-type-specific PPI networks using all DEGs identified from the original dataset. | +| filtered | Data obtained from the complete datasets but keeping only those DEGs which encoded proteins belong to the main Alzheimer's disease module. | +| results | Data results obtained from the analysis. | \ No newline at end of file -- 2.24.1