Last updated: 2020-11-24
Checks: 7 0
Knit directory: interaction-tools/
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(20191213)
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 0333fe3. 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: .Rhistory
Ignored: .Rproj.user/
Ignored: .drake/
Ignored: data/COMUNET/
Ignored: data/CellChat/
Ignored: data/ICELLNET/
Ignored: data/NicheNet/
Ignored: data/cellphonedb/
Ignored: data/celltalker/
Ignored: output/14-CellChat.Rmd/
Ignored: output/15-talklr.Rmd/
Ignored: output/16-CiteFuse.Rmd/
Ignored: output/17-scTHI.Rmd/
Ignored: output/18-celltalker.Rmd/
Ignored: output/index.Rmd/
Ignored: renv/library/
Ignored: renv/python/
Ignored: renv/staging/
Unstaged changes:
Modified: _drake.R
Modified: output/11-CellPhoneDB.Rmd/count_network.txt
Modified: output/11-CellPhoneDB.Rmd/dotplot.png
Modified: output/11-CellPhoneDB.Rmd/heatmap_counts.png
Modified: output/11-CellPhoneDB.Rmd/heatmap_logcounts.png
Modified: output/11-CellPhoneDB.Rmd/interactions_count.txt
Modified: output/11-CellPhoneDB.Rmd/pvalues.txt
Modified: output/11-CellPhoneDB.Rmd/significant_means.txt
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 | 903c6b4 | Luke Zappia | 2020-11-24 | Use HTML navbar |
Rmd | c6b67b8 | Luke Zappia | 2020-11-24 | Update index, README, LICENSE |
html | b305bfe | Luke Zappia | 2020-11-10 | Add celltalker to drake |
html | 38ee322 | Luke Zappia | 2020-11-10 | Add scTHI to drake |
html | d85e512 | Luke Zappia | 2020-11-09 | Build CiteFuse |
html | 9940762 | Luke Zappia | 2020-09-24 | Add talklr to drake |
html | f017448 | Luke Zappia | 2020-07-29 | Setup CellChat |
html | 259369a | Luke Zappia | 2020-06-04 | Rebuild |
html | 3feea4c | Luke Zappia | 2020-05-27 | Add chunk timing to documents |
html | d3bd2d6 | Luke Zappia | 2020-05-27 | Add NicheNet to drake |
Rmd | cc8947c | Luke Zappia | 2020-05-08 | Add ToC to index |
html | cc8947c | Luke Zappia | 2020-05-08 | Add ToC to index |
html | 7bd35b2 | Luke Zappia | 2020-05-06 | Rebuild cellphonedb |
html | 0940458 | Luke Zappia | 2019-12-13 | Set up Drake |
Rmd | 489b72c | Luke Zappia | 2019-12-13 | Start workflowr project. |
This site contains information about computational tools for identifying ligand-receptor interactions from single-cell RNA-sequencing data and examples of how they are used. For the most part this involves working through the tutorials and vignettes provided by the package authors.
As well as the authors of the various analysis packages we would like to acknowledge the authors of all the packages used to build this website particularly {workflowr}, {drake}, {rmarkdown}, {knitr} and the various {tidyverse} packages.
The text for this website is covered by a Creative Commons Attribution 4.0 International (CC BY 4.0) license and the code by the MIT license. Code in the various packages, tutorials and examples may be covered by other licenses so please refer to those for details.
sessioninfo::session_info()
─ Session info ───────────────────────────────────────────────────────────────
setting value
version R version 4.0.0 (2020-04-24)
os macOS Catalina 10.15.7
system x86_64, darwin17.0
ui X11
language (EN)
collate en_US.UTF-8
ctype en_US.UTF-8
tz Europe/Berlin
date 2020-11-24
─ Packages ───────────────────────────────────────────────────────────────────
! package * version date lib source
P assertthat 0.2.1 2019-03-21 [?] CRAN (R 4.0.0)
P backports 1.1.6 2020-04-05 [?] CRAN (R 4.0.0)
P base64enc 0.1-3 2015-07-28 [?] CRAN (R 4.0.0)
P cli 2.0.2 2020-02-28 [?] CRAN (R 4.0.0)
P clipr 0.7.0 2019-07-23 [?] standard (@0.7.0)
P crayon 1.3.4 2017-09-16 [?] CRAN (R 4.0.0)
P digest 0.6.25 2020-02-23 [?] CRAN (R 4.0.0)
P evaluate 0.14 2019-05-28 [?] standard (@0.14)
P fansi 0.4.1 2020-01-08 [?] CRAN (R 4.0.0)
P fs 1.4.1 2020-04-04 [?] CRAN (R 4.0.0)
P git2r 0.27.1 2020-05-03 [?] CRAN (R 4.0.0)
P glue 1.4.0 2020-04-03 [?] CRAN (R 4.0.0)
P htmltools 0.5.0 2020-06-16 [?] CRAN (R 4.0.2)
P httpuv 1.5.2 2019-09-11 [?] standard (@1.5.2)
P jsonlite 1.6.1 2020-02-02 [?] CRAN (R 4.0.0)
P knitr 1.28 2020-02-06 [?] CRAN (R 4.0.0)
P later 1.0.0 2019-10-04 [?] standard (@1.0.0)
P lattice 0.20-41 2020-04-02 [?] CRAN (R 4.0.0)
P magrittr 1.5 2014-11-22 [?] CRAN (R 4.0.0)
P Matrix 1.2-18 2019-11-27 [?] standard (@1.2-18)
P promises 1.1.0 2019-10-04 [?] standard (@1.1.0)
P R6 2.4.1 2019-11-12 [?] CRAN (R 4.0.0)
P Rcpp 1.0.4.6 2020-04-09 [?] CRAN (R 4.0.0)
P renv 0.12.0 2020-08-28 [?] CRAN (R 4.0.2)
P reticulate 1.16 2020-05-27 [?] CRAN (R 4.0.2)
P rlang 0.4.6 2020-05-02 [?] CRAN (R 4.0.0)
P rmarkdown 2.1 2020-01-20 [?] CRAN (R 4.0.0)
P rprojroot 1.3-2 2018-01-03 [?] CRAN (R 4.0.0)
P rstudioapi 0.11 2020-02-07 [?] CRAN (R 4.0.0)
P sessioninfo 1.1.1 2018-11-05 [?] CRAN (R 4.0.0)
P stringi 1.4.6 2020-02-17 [?] CRAN (R 4.0.0)
P stringr 1.4.0 2019-02-10 [?] CRAN (R 4.0.0)
P whisker 0.4 2019-08-28 [?] standard (@0.4)
P withr 2.2.0 2020-04-20 [?] CRAN (R 4.0.0)
P workflowr 1.6.2 2020-04-30 [?] CRAN (R 4.0.0)
P xfun 0.13 2020-04-13 [?] CRAN (R 4.0.0)
P yaml 2.2.1 2020-02-01 [?] CRAN (R 4.0.0)
[1] /Users/luke.zappia/Documents/Projects/interaction-tools/renv/library/R-4.0/x86_64-apple-darwin17.0
[2] /private/var/folders/rj/60lhr791617422kqvh0r4vy40000gn/T/RtmpOqMPdA/renv-system-library
[3] /private/var/folders/rj/60lhr791617422kqvh0r4vy40000gn/T/RtmpqYMqtc/renv-system-library
[4] /private/var/folders/rj/60lhr791617422kqvh0r4vy40000gn/T/RtmpigIWfP/renv-system-library
P ── Loaded and on-disk path mismatch.