Add scripts for HPC Tumor-Normal-Differential-Expression analysis #148
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose/implementation Section
Create a new directory for deseq module with scripts compatible for HPC execution, and for Cavatica app creation/maintenance.
What scientific question is your analysis addressing?
Perform differential expression analysis for each pair of cancer histology type vs. all GTEX as well as each individual GTEX tissue (subgroup), where clinical data is available for 3 or more participants.
What was your approach?
What GitHub issue does your pull request address?
Issue 26
Directions for reviewers. Tell potential reviewers what kind of feedback you are soliciting.
This module must be run on HPC or on Cavatica. Directions for the data that needs to be loaded is provided in the README.md
Which areas should receive a particularly close look?
For testing purposes, a new indices.txt file can be created, similar to the indices.txt that the run_Generate_Hist_GTEx_indices_file.sh execution will generate. This new file can have a smaller set of pairs of GTEx and Hist index values to run the differential expression analysis on.
Please let me know if more information is needed.
Is there anything that you want to discuss further?
Closing the previous PR, since the git repo and therefore feature branch had to be recreated.
Is the analysis in a mature enough form that the resulting figure(s) and/or table(s) are ready for review?
Yes. This module will generate all the expected result files in the expected formats.
Results
What types of results are included (e.g., table, figure)?
.tsv
,.jsonl
, and.rds
files will be generatedWhat is your summary of the results?
This module allows user to conduct downstream visualization of tumor-normal different expression analysis using a choice of file formats, and on an interactive platform on Cavatica as well.
Reproducibility Checklist
Documentation Checklist
README
and it is up to date.analyses/README.md
and the entry is up to date.