Skip to content

Commit

Permalink
Merge pull request #504 from AlexsLemonade/auto_render_live
Browse files Browse the repository at this point in the history
GHA: Automated live (rendered) versions of the notebooks
  • Loading branch information
jaclyn-taroni authored Sep 14, 2021
2 parents a8a6a3d + f495225 commit 3763d14
Show file tree
Hide file tree
Showing 7 changed files with 603 additions and 307 deletions.
8 changes: 4 additions & 4 deletions RNA-seq/02-gastric_cancer_tximeta.nb.html
Original file line number Diff line number Diff line change
Expand Up @@ -644,12 +644,12 @@ <h2>Import expression data with <code>tximeta</code></h2>
<!-- rnb-message-begin eyJkYXRhIjoicmVhZGluZyBpbiBmaWxlcyB3aXRoIHJlYWRfdHN2XG4ifQ== -->
<pre><code>reading in files with read_tsv</code></pre>
<!-- rnb-message-end -->
<!-- rnb-message-begin eyJkYXRhIjoiMSAyIDMgNCA1IDYgNyA4IFxuZm91bmQgbWF0Y2hpbmcgdHJhbnNjcmlwdG9tZTpcblsgRW5zZW1ibCAtIEhvbW8gc2FwaWVucyAtIHJlbGVhc2UgOTUgXVxudXNlSHViPVRSVUU6IGNoZWNraW5nIGZvciBFbnNEYiB2aWEgJ0Fubm90YXRpb25IdWInXG51c2luZyB0ZW1wb3JhcnkgY2FjaGUgL3RtcC9SdG1wSFZZc2UwL0Jpb2NGaWxlQ2FjaGVcbnNuYXBzaG90RGF0ZSgpOiAyMDIwLTEwLTI3XG5mb3VuZCBtYXRjaGluZyBFbnNEYiB2aWEgJ0Fubm90YXRpb25IdWInXG5kb3dubG9hZGluZyAxIHJlc291cmNlc1xucmV0cmlldmluZyAxIHJlc291cmNlXG5sb2FkaW5nIGZyb20gY2FjaGVcbnJlcXVpcmUoXCJlbnNlbWJsZGJcIilcbmdlbmVyYXRpbmcgdHJhbnNjcmlwdCByYW5nZXNcbiJ9 -->
<!-- rnb-message-begin eyJkYXRhIjoiMSAyIDMgNCA1IDYgNyA4IFxuZm91bmQgbWF0Y2hpbmcgdHJhbnNjcmlwdG9tZTpcblsgRW5zZW1ibCAtIEhvbW8gc2FwaWVucyAtIHJlbGVhc2UgOTUgXVxudXNlSHViPVRSVUU6IGNoZWNraW5nIGZvciBFbnNEYiB2aWEgJ0Fubm90YXRpb25IdWInXG51c2luZyB0ZW1wb3JhcnkgY2FjaGUgL3RtcC9SdG1wbktTWGxnL0Jpb2NGaWxlQ2FjaGVcbnNuYXBzaG90RGF0ZSgpOiAyMDIwLTEwLTI3XG5mb3VuZCBtYXRjaGluZyBFbnNEYiB2aWEgJ0Fubm90YXRpb25IdWInXG5kb3dubG9hZGluZyAxIHJlc291cmNlc1xucmV0cmlldmluZyAxIHJlc291cmNlXG5sb2FkaW5nIGZyb20gY2FjaGVcbnJlcXVpcmUoXCJlbnNlbWJsZGJcIilcbmdlbmVyYXRpbmcgdHJhbnNjcmlwdCByYW5nZXNcbiJ9 -->
<pre><code>1 2 3 4 5 6 7 8
found matching transcriptome:
[ Ensembl - Homo sapiens - release 95 ]
useHub=TRUE: checking for EnsDb via &#39;AnnotationHub&#39;
using temporary cache /tmp/RtmpHVYse0/BiocFileCache
using temporary cache /tmp/RtmpnKSXlg/BiocFileCache
snapshotDate(): 2020-10-27
found matching EnsDb via &#39;AnnotationHub&#39;
downloading 1 resources
Expand All @@ -671,8 +671,8 @@ <h2>Summarize to gene</h2>
<pre class="r"><code># Summarize to the gene level
gene_summarized &lt;- summarizeToGene(txi_data) </code></pre>
<!-- rnb-source-end -->
<!-- rnb-message-begin eyJkYXRhIjoibG9hZGluZyBleGlzdGluZyBFbnNEYiBjcmVhdGVkOiAyMDIxLTA2LTIyIDE0OjM0OjI2XG4ifQ== -->
<pre><code>loading existing EnsDb created: 2021-06-22 14:34:26</code></pre>
<!-- rnb-message-begin eyJkYXRhIjoibG9hZGluZyBleGlzdGluZyBFbnNEYiBjcmVhdGVkOiAyMDIxLTA5LTE0IDE1OjAzOjU5XG4ifQ== -->
<pre><code>loading existing EnsDb created: 2021-09-14 15:03:59</code></pre>
<!-- rnb-message-end -->
<!-- rnb-message-begin eyJkYXRhIjoib2J0YWluaW5nIHRyYW5zY3JpcHQtdG8tZ2VuZSBtYXBwaW5nIGZyb20gZGF0YWJhc2VcbiJ9 -->
<pre><code>obtaining transcript-to-gene mapping from database</code></pre>
Expand Down
5 changes: 0 additions & 5 deletions RNA-seq/03-gastric_cancer_exploratory-live.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ txi_dir <- file.path(data_dir, "txi")
txi_file <- file.path(txi_dir, "gastric-cancer_tximeta.RDS")
```

```{r metadata-file}
# sample metadata file
meta_file <- file.path(data_dir, "gastric-cancer_metadata.tsv")
```

We'll create a directory to hold our plots.

```{r plots-dir, live = TRUE}
Expand Down
282 changes: 184 additions & 98 deletions RNA-seq/03-gastric_cancer_exploratory.nb.html

Large diffs are not rendered by default.

414 changes: 306 additions & 108 deletions scRNA-seq/02-filtering_scRNA.nb.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scRNA-seq/03-normalizing_scRNA.nb.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scRNA-seq/07-gene_set_enrichment_analysis-live.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ We'll save our table of GSEA results as a TSV.

```{r output_files}
output_file <- file.path(results_dir,
"cluster01_hallmarks_gsea_results.tsv")
"cluster01_immunologic_gsea_results.tsv")
```

## Gene sets
Expand Down
197 changes: 107 additions & 90 deletions scRNA-seq/07-gene_set_enrichment_analysis.nb.html

Large diffs are not rendered by default.

0 comments on commit 3763d14

Please sign in to comment.