Updating module per latest v12 successful run on HPC #381
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
Update the module scripts to ensure the changes made for v12 are captured in the final OPC repo
What scientific question is your analysis addressing?
Capture the process and scripts for executing a differential expression analysis between tumor and normal samples in pairs for each Disease(cancer_group) and Dataset(cohort) combination.
What was your approach?
Update column names as below:
cohort
-->Dataset
Gene_Ensembl_ID
-->targetFromSourceId
EFO
-->diseaseFromSourceMappedId
cancer_group
-->Disease
cancer_group_Count
-->Disease_Count
cancer_group_MeanTpm
-->Disease_MeanTpm
Make appropriate script changes and add a new script to perform a QC and ensure all the result tables are successfully generated. In case of failure, the script must also capture information on which tables were not generated.
What GitHub issue does your pull request address?
Directions for reviewers. Tell potential reviewers what kind of feedback you are soliciting.
Which areas should receive a particularly close look?
This PR captures the script changes as described above, and the result of the QC script that also performs a spot check on the results produced, so that downstream analysis is more accurate.
Is there anything that you want to discuss further?
No
Is the analysis in a mature enough form that the resulting figure(s) and/or table(s) are ready for review?
Yes
Results
What types of results are included (e.g., table, figure)?
What is your summary of the results?
Reproducibility Checklist
Documentation Checklist
README
and it is up to date.analyses/README.md
and the entry is up to date.