Last updated: 2018-11-29
workflowr checks: (Click a bullet for more information) ✖ R Markdown file: uncommitted changes
The R Markdown file has unstaged changes. To know which version of the R Markdown file created these results, you’ll want to first commit it to the Git repo. If you’re still working on the analysis, you can ignore this warning. When you’re finished, you can run wflow_publish
to commit the R Markdown file and build the HTML.
✔ Repository version: b5d096d
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: .Rproj.user/
Ignored: analysis/figure/
Untracked files:
Untracked: analysis/Quality_metrics.Rmd
Unstaged changes:
Modified: analysis/crop_workflow_Alan.Rmd
Modified: analysis/crop_workflow_Siwei.Rmd
Modified: analysis/index.Rmd
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.
Exploratory Analysis & DESeq2 from Alan (11/07/2018)
Exploratory Analysis from Siwei (11/19/2018)
In this workflow, I show how to process the raw FastQ files into count matrices representing UMI. We use the CellRanger toolkit to perform the processing. Then, we load the UMI matrices into R and perform exploratory analysis. We find that 2200+ cells have exactly 1 guide RNA and ~400 cells have zero. For the top expressed guide RNA, we perform differential expression analysis using DESeq2.
This reproducible R Markdown analysis was created with workflowr 1.1.1