Skip to content

Commit

Permalink
added deg tag to mrnaseq files and fix warning typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-VM committed Apr 25, 2024
1 parent 097bc0a commit 4ad4e81
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!---
nf-core/rnaseq tag 3.10.1
--->
# mRNAseq: Output
# mRNAseq (DEG): Output

## Introduction

Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
## mRNAseq
# mRNAseq (DEG): results

Here we describe the results from the mRNAseq pipeline for transcriptomic analysis and differential gene expression.

> [!WARNING]
> Some of the files listed here may not be in your `RESULTS` folder. It will depend on the analysis you requested.
### Alignment and quantification
## Alignment and quantification

<!-- BU-ISCIII
TODO: Penging to discuss which generic/common files are going to be reported in `RESULTS`
-->
> [!WARNING]: Please note that the files in the RESULTS directory are still pending determination by our administrative team. We are currently discussing which generic/common files will be included in this section to ensure that you receive the most relevant and useful information for your analysis.
> [!WARNING]
> Please note that the files in the RESULTS directory are still pending determination by our administrative team. We are currently discussing which generic/common files will be included in this section to ensure that you receive the most relevant and useful information for your analysis.
### Differential expression analysis with DESEQ2
## Differential expression analysis with DESEQ2

<!-- BU-ISCIII
TODO: Penging to discuss which generic/common files are going to be reported in `RESULTS`
-->
> [!WARNING]: Please note that the files in the RESULTS directory are still pending determination by our administrative team. We are currently discussing which generic/common files will be included in this section to ensure that you receive the most relevant and useful information for your analysis.
> [!WARNING]
> Please note that the files in the RESULTS directory are still pending determination by our administrative team. We are currently discussing which generic/common files will be included in this section to ensure that you receive the most relevant and useful information for your analysis.
### Interpretation of Differential Expression Results:
## Interpretation of Differential Expression Results:

For each comparison conducted, a separate folder has been created, following the naming convention outlined below:

Expand All @@ -38,7 +40,7 @@ Additionally, the file `normalized_expression.xlsx` contains the normalized expr
> [!WARNING]
> Software's versions used in this analysis can be obtained from the `MultiQC` report.
#### Description of output files
### Description of output files
- `<EXPERIMENT>/Differential_expression/DESeq2/Differential_expression.csv`: This file contains the results of the differential expression analysis performed using DESeq2, including information on differentially expressed genes and associated statistical metrics such as fold change, p-values, and adjusted p-values.

- `<EXPERIMENT>/Differential_expression/DESeq2/heatmapCount_top20_differentially_expressed.pdf`: This PDF file presents a heatmap visualization displaying the expression patterns of the top 20 differentially expressed genes, clustered by sample distance, as determined by the DESeq2 analysis.
Expand Down
4 changes: 2 additions & 2 deletions bu_isciii/templates/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@
},
"no_copy": ["RAW", "TMP"],
"last_folder":"RESULTS",
"delivery_md": "assets/reports/md/rnaseq.md",
"results_md": "assets/reports/results/rnaseq.md"
"delivery_md": "assets/reports/md/rnaseq_deg.md",
"results_md": "assets/reports/results/rnaseq_deg.md"
},
"lowfreq_panel": {
"label": "",
Expand Down

0 comments on commit 4ad4e81

Please sign in to comment.