Last updated: 2020-08-25

Checks: 2 0

Knit directory: single-cell-topics/analysis/

This reproducible R Markdown analysis was created with workflowr (version 1.6.2.9000). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.


Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.

Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.

The results in this page were generated with repository version 3ab7da1. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.

Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:


Ignored files:
    Ignored:    data/droplet.RData
    Ignored:    data/pbmc_68k.RData
    Ignored:    data/pbmc_purified.RData
    Ignored:    data/pulseseq.RData
    Ignored:    output/droplet/fits-droplet.RData
    Ignored:    output/droplet/rds/
    Ignored:    output/pbmc-68k/fits-pbmc-68k.RData
    Ignored:    output/pbmc-68k/rds/
    Ignored:    output/pbmc-purified/fits-pbmc-purified.RData
    Ignored:    output/pbmc-purified/rds/
    Ignored:    output/pulseseq/fits-pulseseq.RData
    Ignored:    output/pulseseq/rds/

Unstaged changes:
    Modified:   analysis/_site.yml

Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.


These are the previous versions of the repository in which changes were made to the R Markdown (analysis/index.Rmd) and HTML (docs/index.html) files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view the files as they were in that past version.

File Version Author Date Message
Rmd 66bbdf4 Peter Carbonetto 2020-08-18 Implemented functions basic_pca_plot and pca_plot_with_labels in plots.R.
html 64b881d Peter Carbonetto 2020-08-18 Updated links in overview page.
Rmd 61917ad Peter Carbonetto 2020-08-18 Working on new analysis, plots_tracheal_epithelium.Rmd.
html 7b10d81 Peter Carbonetto 2020-08-10 A couple minor edits to the overview page.
Rmd 2b9f856 Peter Carbonetto 2020-08-10 wflow_publish(“index.Rmd”)
html 94e55ae Peter Carbonetto 2020-08-10 Updated overview page.
Rmd bd72e7d Peter Carbonetto 2020-08-10 wflow_publish(“index.Rmd”)
html c652099 Peter Carbonetto 2020-07-28 Added some explanatory text to the overview page.
Rmd 7d5e9c8 Peter Carbonetto 2020-07-28 wflow_publish(“index.Rmd”, view = FALSE, verbose = TRUE)
html e8da766 Peter Carbonetto 2020-07-26 Added more links to overview page.
Rmd 3136222 Peter Carbonetto 2020-07-26 wflow_publish(“index.Rmd”)
html a42d6cc Peter Carbonetto 2020-07-26 Fixed links in overview page.
Rmd 67d1667 Peter Carbonetto 2020-07-26 wflow_publish(“index.Rmd”)
html 15b3a57 Peter Carbonetto 2020-07-26 Added links to overview page.
Rmd be55916 Peter Carbonetto 2020-07-26 wflow_publish(“index.Rmd”)
html c46e2fe Peter Carbonetto 2020-07-26 Build home page and populated docs folder.
Rmd 8890f6b Peter Carbonetto 2020-07-26 wflow_publish(“index.Rmd”)
Rmd 8237842 Peter Carbonetto 2020-07-26 Added workflowr files.

Data preparation

These pages detail the steps taken to prepare the single-cell RNA-seq data sets for topic modeling analysis.

Assess model fits

In these pages, we compare the quality of the Poisson NMF fits with different updates (EM, CCD, SCD, with and without extrapolation), and with different \(k\).

Visualize and interpret topics

TO DO: Add brief description here.