Last updated: 2020-03-23
Checks: 2 0
Knit directory: EvaluateSingleCellClustering/
This reproducible R Markdown analysis was created with workflowr (version 1.4.0). 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 version displayed above was the version of the Git repository at the time these results were generated.
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: .Rproj.user/
Ignored: data/simulated_data/
Untracked files:
Untracked: data/%
Untracked: data/allen_mouse_brain/
Untracked: data/intermediate_data/
Untracked: data/pbmc/
Untracked: data/pbmc_5k_v3.rds
Untracked: data/pbmc_5k_v3_label_transfered_from_10k.rds
Untracked: data/sc_mixology/
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 R Markdown and HTML files. If you’ve configured a remote Git repository (see ?wflow_git_remote
), click on the hyperlinks in the table below to view them.
File | Version | Author | Date | Message |
---|---|---|---|---|
Rmd | 14c69d0 | Ming Tang | 2020-03-23 | wflow_publish(“analysis/index.Rmd”) |
html | aef8440 | Ming Tang | 2020-03-23 | Build site. |
Rmd | 03318d4 | Ming Tang | 2020-03-23 | wflow_publish(“analysis/index.Rmd”) |
html | f816b39 | Ming Tang | 2020-03-23 | Build site. |
Rmd | 70a62f3 | Ming Tang | 2020-03-23 | wflow_publish(“analysis/index.Rmd”) |
html | f1f77cd | Ming Tang | 2020-03-23 | Build site. |
Rmd | 07c54d6 | Ming Tang | 2020-03-23 | wflow_publish(c(“analysis/index.Rmd”)) |
Rmd | 664ab0d | Ming Tang | 2020-03-22 | Start workflowr project. |
This is the website for demonstrating how to use the scclusteval
R package. This R package works with the output from the Snakemake workflow
Readers can download the datasets at https://osf.io/rfbcg/ and follow the analysis in the Rmarkdown files.
You can find the analysis for the mixology dataset and the 5k pbmc dataset in the Content
drop list. We also run the Snakemake workflow for a neuron dataset from Allen Brain Institute and you can find the data in the osf.io link above.
The 5k pbmc scRNAseq dataset was downloaded from 10x website and made into a Seruat
object.
The Seurat rds file for the 5- cancer cell line mixology dataset is dowloaded from https://github.com/LuyiTian/sc_mixology
The Seurat rds file for the neuron dataset is downloaded from https://satijalab.org/signac/articles/mouse_brain_vignette.html
You can download the raw data for this experiment from the Allen Institute website, and view the code used to construct this object on GitHub. Alternatively, you can download the pre-processed Seurat object here.
Readers can follow the examples of the mixology and pbmc dataset and explore the neuron dataset yourself. Have fun!