rnadeseq
rnadeseq copied to clipboard
Differential gene expression analysis and pathway analysis of RNAseq data
## PR checklist - [ ] This comment contains a description of changes (with reason). - [ ] If you've fixed a bug or added code that should be tested,...
## PR checklist - [ ] This comment contains a description of changes (with reason). - [ ] If you've fixed a bug or added code that should be tested,...
### Description of feature As requested here: https://github.com/qbic-pipelines/rnadeseq/issues/224, reduce pathway heatmaps to only display samples from the current contrast.
### Description of feature The `--relevel `parameter in rnadeseq is primarily there for modeling in DE analysis ( i assume/recall). I just noticed that it has no influence on the...
### Description of feature Suggestion: Please add a troubleshooting section with common error messages that helps users to quickly understand what they're missing to get the pipeline running. I suggest...
### Description of the bug When running rnadeseq with a contrast list that contains a factor not described in the design file, the following error is thrown: Error in cleanContrast(object,...
### Description of the bug Check if transcript ID works for all relevant gtf files ### Command used and terminal output _No response_ ### Relevant files _No response_ ### System...
This ensures that the contrast pair file is correctly read. Also, it adds clearer error messages if the contrasts are not correctly defined. ## PR checklist - [ ] This...
## PR checklist Fixes the ggsave error when many genes are DE. With many genes being DE, one might need to adapt resource requirements. Therefore, usage docs were updated to...
## PR checklist Only takes effect if a `gtf` file is provided as input and if the field `gene_biotype` is available in the attributes of the `gtf` file. - [x]...