Step 2 of DGE analysis of matched polya and stranded samples #9
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.
This is the second one of the four pull requests for creating the PediatricOpenTargets/OpenPBTA-analysis/analysis/rna-seq-protocol-dge analysis module. These four pull requests correspond to the following four analysis steps:
The overall purposes of the PediatricOpenTargets/OpenPBTA-analysis/analysis/rna-seq-protocol-dge module are:
Purpose/implementation Section
What scientific question is your analysis addressing?
Generate a HTML report of the collapsed genes using the OpenPBTA-analysis/analyses/collapse-rnaseq analysis module.
What was your approach?
Use the
OpenPBTA-analysis/analyses/collapse-rnaseq/02-analyze-drops.Rmd
by changing the input and out filenames in run-rna-seq-protocol-dge.sh line 34-47 (pasted below).What GitHub issue does your pull request address?
d3b-center/ticket-tracker-OPC#17
Directions for reviewers. Tell potential reviewers what kind of feedback you are soliciting.
Which areas should receive a particularly close look?
Can
02-analyze-drops.Rmd
, which is copied from the OpenPBTA-analysis/analyses/collapse-rnaseq module, be directly applied toresults/pbta-gene-counts-rsem-expected_count-collapsed_table.polya.rds
andresults/pbta-gene-counts-rsem-expected_count-collapsed_table.stranded.rds
as in the line 35 of run-rna-seq-protocol-dge.sh (pasted below)?Rscript -e "rmarkdown::render(input = '02-analyze-drops.Rmd', params = list(polya.annot.table = 'results/pbta-gene-counts-rsem-expected_count-collapsed_table.polya.rds', stranded.annot.table = 'results/pbta-gene-counts-rsem-expected_count-collapsed_table.stranded.rds'), clean = TRUE)"
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)?
results/expected_count-collapse-gene-drops.nb.html
: HTML report of the collapsed genes inresults/pbta-gene-counts-rsem-expected_count-collapsed_table.polya.rds
andresults/pbta-gene-counts-rsem-expected_count-collapsed_table.stranded.rds
, generated by02-analyze-drops.Rmd
.Documentation Checklist
README
and it is up to date.