Last updated: 2020-10-03

Checks: 7 0

Knit directory: peco-paper/

This reproducible R Markdown analysis was created with workflowr (version 1.6.2). 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 job! The global environment was empty. Objects defined in the global environment can affect the analysis in your R Markdown file in unknown ways. For reproduciblity it's best to always run the code in an empty environment.

The command set.seed(20190814) was run prior to running the code in the R Markdown file. Setting a seed ensures that any results that rely on randomness, e.g. subsampling or permutations, are reproducible.

Great job! Recording the operating system, R version, and package versions is critical for reproducibility.

Nice! There were no cached chunks for this analysis, so you can be confident that you successfully produced the results during this run.

Great job! Using relative paths to the files within your workflowr project makes it easier to run your code on other machines.

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 cdab18c. 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:


working directory clean

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 cdab18c John Blischak 2020-10-03 Update citation.
html 95c39ab jhsiao999 2020-01-26 Build site.
Rmd ea63cb6 jhsiao999 2020-01-26 homepage
Rmd 206dbf5 jhsiao999 2020-01-12 updates
html 35b41c2 jhsiao999 2019-09-16 Build site.
Rmd 944d881 jhsiao999 2019-09-16 fix code/ hyperlink
html bf95f68 jhsiao999 2019-09-13 Build site.
Rmd 33b9a34 jhsiao999 2019-09-13 updates
html 2d3a990 jhsiao999 2019-09-13 Build site.
Rmd 60e3281 jhsiao999 2019-09-13 wflow_publish(c("analysis/index.Rmd", "analysis/access_data.Rmd", "analysis/license.Rmd",
html 60a309f jhsiao999 2019-09-06 Build site.
Rmd 37ffff6 jhsiao999 2019-09-06 update table of content
html ba2d647 Joyce Hsiao 2019-08-14 Build site.
Rmd 63517ff Joyce Hsiao 2019-08-14 Start workflowr project.

Overview

peco is a supervised approach for predicting continuous cell cycle phase using single-cell RNA-seq (scRNA-seq) data. The approach is described in our paper.

We use this site to document and share the code used to produce our analysis. Please feel free to explore. Comments and feedbacks are welcome!

The software peco

We quantified continous cell cycle phase using FUCCI fluorescence imaging and trained peco to predict this continuous cell cycle phase using scRNA-seq data collected from six human cell lines. Our paper showed that peco produces robust cell cycle phase predictions using strong cyclic genes - genes which expression levels oscillate along the cell cycle.

The software peco will be released in Biconductor 3.11. This release will use the latest R3.6.1.

The development version is available on GitHub. To install the development version,

devtools::install_github("jhsiao999/peco")
library(peco)

The analysis

Citation

Characterizing and inferring quantitative cell-cycle phase in single-cell RNA-seq data analysis.

Downloading the data files

You have two main options for downloading the data files. First, you can manually download the individual files by clicking on the links on this page or navigating to the files in the peco-paper GitHub repository. This is the recommended strategy if you only need a few data files.

Second, you can install git-lfs. To handle large files, we used Git Large File Storage (LFS). This means that the files that you download with git clone are only plain text files that contain identifiers for the files saved on GitHub's servers. If you want to download all of the data files at once, you can do this with after you install git-lfs.

To install git-lfs, follow their instructions to download, install, and setup (git lfs install). Alternatively, if you use conda, you can install git-lfs with conda install -c conda-forge git-lfs. Once installed, you can download the latest version of the data files with git lfs pull.

Other information


sessionInfo()
R version 3.6.3 (2020-02-29)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.5 LTS

Matrix products: default
BLAS:   /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.7.1
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.7.1

locale:
 [1] LC_CTYPE=C.UTF-8       LC_NUMERIC=C           LC_TIME=C.UTF-8       
 [4] LC_COLLATE=C.UTF-8     LC_MONETARY=C.UTF-8    LC_MESSAGES=C.UTF-8   
 [7] LC_PAPER=C.UTF-8       LC_NAME=C              LC_ADDRESS=C          
[10] LC_TELEPHONE=C         LC_MEASUREMENT=C.UTF-8 LC_IDENTIFICATION=C   

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] workflowr_1.6.2

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.5       whisker_0.4      knitr_1.30       magrittr_1.5    
 [5] R6_2.4.1         rlang_0.4.7      stringr_1.4.0    tools_3.6.3     
 [9] xfun_0.17        git2r_0.27.1     htmltools_0.5.0  ellipsis_0.3.1  
[13] yaml_2.2.1       digest_0.6.25    rprojroot_1.2    tibble_3.0.3    
[17] lifecycle_0.2.0  crayon_1.3.4     later_1.1.0.1    vctrs_0.3.4     
[21] promises_1.1.1   fs_1.5.0         glue_1.4.2       evaluate_0.14   
[25] rmarkdown_2.3    stringi_1.5.3    compiler_3.6.3   pillar_1.4.6    
[29] backports_1.1.10 httpuv_1.5.4     pkgconfig_2.0.3