bash
docker run -it ghcr.io/js2264/scrnaseqworkshop:devel R
Package: scRNAseqWorkshop
Authors: Jacques Serizay [aut, cre]
Compiled: 2024-01-23
Package version: 0.98.0
R version: R version 4.3.2 (2023-10-31)
BioC version: 3.18
License: MIT
This is the landing page of the workshop entitled Single-cell RNA-seq analysis with R/Bioconductor.
This course will introduce biologists and bioinformaticians to the field of single-cell RNA sequencing. We will cover a range of software and analysis workflows that extend over the spectrum from the best practices in the filtering scRNA-seq data
to the downstream analysis of cell clusters and temporal ordering. This course will help the attendees gain accurate insights in pre-processing, analysis and interpretation of scRNA-seq data.
We will start by introducing general concepts about single-cell RNA-sequencing. From there, we will then continue to describe the main analysis steps to go from raw sequencing data to processed and usable data. We will present classical analysis workflows, their output and the possible paths to investigate for downstream analysis.
Throughout this workshop, we will put an emphasis on R/Bioconductor ecosystem and the different packages which will be used to analyse datasets and learn new approaches.
The course is structured in modules over five days.
During the first 1/3 of the day, formal lectures will cover the key concepts required to understand the principles of scRNA-seq analysis (~2h).
Following these lectures, practical examples will be shown to illustrate how to translate the acquired knowledge into functional R code (~1h). At this stage, trainees will get acquainted with state-of-the-art packages for scRNAseq analysis as well as the best practices in bioinformatics.
During the second half of the day (3h), trainees will work by themselves, following guided exercises to improve their understanding of scRNAseq analysis workflow. Hints and solution are provided for each exercise. The exercises will mainly focus on specific concepts introducted earlier that day. However, analytical steps studied throughout the previous days will also be integrated so that towards the end of the week, trainees are fully able to perform fundamental scRNAseq analyses from beginning to end.
Office hours will take place during the last hour of the exercises. An instructor will be available to answer individual questions related to daily exercises. A Slack channel will also be available so that Q&A are available for everybody.
At the end of this course, you should be able to:
[1h] Lecture 1 - General introduction to single-cell RNA-seq experimental design [Pptx]
[1h] Lecture 2 - scRNAseq: from raw sequencing files to count matrix [Pptx]
[1h] Demonstration 1 - From fastq to count matrix [HTML | qmd (save to open in RStudio)]
[3h] Homework - From bcl to count matrix [HTML | qmd (save to open in RStudio)]
[1h] Lecture 3 - Filtering cells in droplet-based scRNAseq data [Pptx]
[1h] Lecture 4 - Normalizing scRNAseq data [Pptx]
[BONUS] R/Bioconductor essentials: GRanges and *Experiment classes [Pptx]
[1h] Demonstration 2 - Leveraging R/Bioconductor for single-cell analyses [HTML | qmd (save to open in RStudio)]
[3h] Homework - scRNAseq analysis with R/Bioconductor (1/3) [HTML | qmd (save to open in RStudio)]
[2h] Lecture 5 - Clustering cells in scRNAseq [Pptx]
[1h] Demonstration 3 - Dimensional reduction visualization and clustering [HTML | qmd (save to open in RStudio)]
[3h] Homework - scRNAseq analysis with R/Bioconductor (2/3) [HTML | qmd (save to open in RStudio)]
[1h] Lecture 6 - Cell type annotations [Pptx]
[1h] Lecture 7 - Batch correction [PDF]
[1h] Demonstration 4 - Annotation transfer with scmap [HTML | qmd (save to open in RStudio)]
[3h] Homework - scRNAseq analysis with R/Bioconductor (3/3) [HTML | qmd (save to open in RStudio)]
[2h] Lecture 8 - Trajectory inference and RNA velocity [Pptx]
[1h] Demonstration 5 - Trajectory inference in multiciliated cells [HTML | qmd (save to open in RStudio)]
[3h] Homework - Advanced scRNAseq topics: trajectory inference and RNA velocity [HTML | qmd (save to open in RStudio)]
A Docker image built from this repository is available here:
👉 ghcr.io/js2264/scrnaseqworkshop 🐳
You can get access to all the packages used in this book in < 1 minute, using this command in a terminal:
bash
docker run -it ghcr.io/js2264/scrnaseqworkshop:devel RAn RStudio Server instance can be initiated from the Docker image as follows:
bash
docker run \
--volume <local_folder>:<destination_folder> \
-e PASSWORD=OHCA \
-p 8787:8787 \
ghcr.io/js2264/scrnaseqworkshop:develThe initiated RStudio Server instance will be available at https://localhost:8787.
The workshop content is available at this adress: https://github.com/js2264/scRNAseq-workshop.
You can clone it locally with git:
git clone https://github.com/js2264/scRNAseq-workshop.gitTo download it without the command-line tool git, go to the GitHub repo page, click on the green Code button, then Download ZIP. Beware, the download may take a significant time based on your internet connection (several hundreds MB).
sessioninfo::session_info(
installed.packages()[,"Package"],
include_base = TRUE
)
## ─ Session info ────────────────────────────────────────────────────────────
## setting value
## version R version 4.3.2 (2023-10-31)
## os Ubuntu 22.04.3 LTS
## system x86_64, linux-gnu
## ui X11
## language (EN)
## collate C
## ctype en_US.UTF-8
## tz Etc/UTC
## date 2024-01-23
## pandoc 3.1.1 @ /usr/local/bin/ (via rmarkdown)
##
## ─ Packages ────────────────────────────────────────────────────────────────
## package * version date (UTC) lib source
## abind 1.4-5 2016-07-21 [2] RSPM (R 4.3.0)
## ade4 1.7-22 2023-02-06 [2] RSPM (R 4.3.0)
## airway 1.22.0 2023-10-26 [2] Bioconductor
## annotate 1.80.0 2023-10-24 [2] Bioconductor
## AnnotationDbi 1.64.1 2023-11-03 [2] Bioconductor
## AnnotationFilter 1.26.0 2023-10-24 [2] Bioconductor
## AnnotationHub 3.10.0 2023-10-24 [2] Bioconductor
## ape 5.7-1 2023-03-13 [2] RSPM (R 4.3.0)
## askpass 1.2.0 2023-09-03 [2] RSPM (R 4.3.0)
## AUCell 1.24.0 2023-10-24 [2] Bioconductor
## backports 1.4.1 2021-12-13 [2] RSPM (R 4.3.0)
## base * 4.3.2 2023-10-31 [3] local
## base64enc 0.1-3 2015-07-28 [2] RSPM (R 4.3.0)
## basilisk 1.14.2 2024-01-16 [2] Bioconductor 3.18 (R 4.3.2)
## basilisk.utils 1.14.1 2023-11-20 [2] Bioconductor 3.18 (R 4.3.2)
## batchelor 1.18.1 2023-12-27 [2] Bioconductor 3.18 (R 4.3.2)
## beachmat 2.18.0 2023-10-24 [2] Bioconductor
## beeswarm 0.4.0 2021-06-01 [2] RSPM (R 4.3.0)
## benchmarkme 1.0.8 2022-06-12 [2] RSPM (R 4.3.0)
## benchmarkmeData 1.0.4 2020-04-23 [2] RSPM (R 4.3.0)
## BH 1.84.0-0 2024-01-10 [2] RSPM (R 4.3.0)
## Biobase 2.62.0 2023-10-24 [2] Bioconductor
## BiocFileCache 2.10.1 2023-10-26 [2] Bioconductor
## BiocGenerics 0.48.1 2023-11-01 [2] Bioconductor
## BiocIO 1.12.0 2023-10-24 [2] Bioconductor
## BiocManager 1.30.22 2023-08-08 [2] CRAN (R 4.3.2)
## BiocNeighbors 1.20.2 2024-01-07 [2] Bioconductor 3.18 (R 4.3.2)
## BiocParallel 1.36.0 2023-10-24 [2] Bioconductor
## BiocSingular 1.18.0 2023-10-24 [2] Bioconductor
## BiocStyle 2.30.0 2023-10-24 [2] Bioconductor
## BiocVersion 3.18.1 2023-11-15 [2] Bioconductor
## biomaRt 2.58.0 2023-10-24 [2] Bioconductor
## Biostrings 2.70.1 2023-10-25 [2] Bioconductor
## bit 4.0.5 2022-11-15 [2] RSPM (R 4.3.0)
## bit64 4.0.5 2020-08-30 [2] RSPM (R 4.3.0)
## bitops 1.0-7 2021-04-24 [2] RSPM (R 4.3.0)
## blob 1.2.4 2023-03-17 [2] RSPM (R 4.3.0)
## bluster 1.12.0 2023-10-24 [2] Bioconductor
## bookdown 0.37 2023-12-01 [2] RSPM (R 4.3.0)
## boot 1.3-28.1 2022-11-22 [3] CRAN (R 4.3.2)
## brew 1.0-10 2023-12-16 [2] RSPM (R 4.3.0)
## brio 1.1.4 2023-12-10 [2] RSPM (R 4.3.0)
## broom 1.0.5 2023-06-09 [2] RSPM (R 4.3.0)
## bslib 0.6.1 2023-11-28 [2] RSPM (R 4.3.0)
## cachem 1.0.8 2023-05-01 [2] RSPM (R 4.3.0)
## Cairo 1.6-2 2023-11-28 [2] RSPM (R 4.3.0)
## callr 3.7.3 2022-11-02 [2] RSPM (R 4.3.0)
## caTools 1.18.2 2021-03-28 [2] RSPM (R 4.3.0)
## celldex 1.12.0 2023-10-26 [2] Bioconductor
## cellranger 1.1.0 2016-07-27 [2] RSPM (R 4.3.0)
## class 7.3-22 2023-05-03 [3] CRAN (R 4.3.2)
## cli 3.6.2 2023-12-11 [2] RSPM (R 4.3.0)
## clipr 0.8.0 2022-02-22 [2] RSPM (R 4.3.0)
## cluster 2.1.4 2022-08-22 [3] CRAN (R 4.3.2)
## clusterExperiment 2.22.0 2023-10-24 [2] Bioconductor
## ClusterR 1.3.2 2023-12-04 [2] RSPM (R 4.3.0)
## codetools 0.2-19 2023-02-01 [3] CRAN (R 4.3.2)
## colorspace 2.1-0 2023-01-23 [2] RSPM (R 4.3.0)
## commonmark 1.9.0 2023-03-17 [2] RSPM (R 4.3.0)
## compiler 4.3.2 2023-10-31 [3] local
## conflicted 1.2.0 2023-02-01 [2] RSPM (R 4.3.0)
## corrplot 0.92 2021-11-18 [2] RSPM (R 4.3.0)
## cowplot 1.1.2 2023-12-15 [2] RSPM (R 4.3.0)
## cpp11 0.4.7 2023-12-02 [2] RSPM (R 4.3.0)
## crayon 1.5.2 2022-09-29 [2] RSPM (R 4.3.0)
## credentials 2.0.1 2023-09-06 [2] RSPM (R 4.3.0)
## crosstalk 1.2.1 2023-11-23 [2] RSPM (R 4.3.0)
## curl 5.2.0 2023-12-08 [2] RSPM (R 4.3.0)
## data.table 1.14.10 2023-12-08 [2] RSPM (R 4.3.0)
## datasets * 4.3.2 2023-10-31 [3] local
## DBI 1.2.1 2024-01-12 [2] RSPM (R 4.3.0)
## dbplyr 2.4.0 2023-10-26 [2] RSPM (R 4.3.0)
## DelayedArray 0.28.0 2023-10-24 [2] Bioconductor
## DelayedMatrixStats 1.24.0 2023-10-24 [2] Bioconductor
## deldir 2.0-2 2023-11-23 [2] RSPM (R 4.3.0)
## desc 1.4.3 2023-12-10 [2] RSPM (R 4.3.0)
## devtools 2.4.5 2022-10-11 [2] RSPM (R 4.3.0)
## diffobj 0.3.5 2021-10-05 [2] RSPM (R 4.3.0)
## digest 0.6.34 2024-01-11 [2] RSPM (R 4.3.0)
## dir.expiry 1.10.0 2023-10-24 [2] Bioconductor
## docopt 0.7.1 2020-06-24 [2] RSPM (R 4.3.2)
## doParallel 1.0.17 2022-02-07 [2] RSPM (R 4.3.0)
## dotCall64 1.1-1 2023-11-28 [2] RSPM (R 4.3.0)
## downlit 0.4.3 2023-06-29 [2] RSPM (R 4.3.0)
## dplyr 1.1.4 2023-11-17 [2] RSPM (R 4.3.0)
## dqrng 0.3.2 2023-11-29 [2] RSPM (R 4.3.0)
## DropletUtils 1.22.0 2023-10-24 [2] Bioconductor
## DT 0.31 2023-12-09 [2] RSPM (R 4.3.0)
## dtplyr 1.3.1 2023-03-22 [2] RSPM (R 4.3.0)
## e1071 1.7-14 2023-12-06 [2] RSPM (R 4.3.0)
## edgeR 4.0.12 2024-01-21 [2] Bioconductor 3.18 (R 4.3.2)
## ellipsis 0.3.2 2021-04-29 [2] RSPM (R 4.3.0)
## ensembldb 2.26.0 2023-10-24 [2] Bioconductor
## evaluate 0.23 2023-11-01 [2] RSPM (R 4.3.0)
## ExperimentHub 2.10.0 2023-10-24 [2] Bioconductor
## fansi 1.0.6 2023-12-08 [2] RSPM (R 4.3.0)
## farver 2.1.1 2022-07-06 [2] RSPM (R 4.3.0)
## fastDummies 1.7.3 2023-07-06 [2] RSPM (R 4.3.0)
## fastmap 1.1.1 2023-02-24 [2] RSPM (R 4.3.0)
## filelock 1.0.3 2023-12-11 [2] RSPM (R 4.3.0)
## fitdistrplus 1.1-11 2023-04-25 [2] RSPM (R 4.3.0)
## FNN 1.1.4 2024-01-12 [2] RSPM (R 4.3.0)
## fontawesome 0.5.2 2023-08-19 [2] RSPM (R 4.3.0)
## forcats 1.0.0 2023-01-29 [2] RSPM (R 4.3.0)
## foreach 1.5.2 2022-02-02 [2] RSPM (R 4.3.0)
## foreign 0.8-85 2023-09-09 [3] CRAN (R 4.3.2)
## formatR 1.14 2023-01-17 [2] RSPM (R 4.3.0)
## fossil 0.4.0 2020-03-23 [2] RSPM (R 4.3.0)
## fs 1.6.3 2023-07-20 [2] RSPM (R 4.3.0)
## futile.logger 1.4.3 2016-07-10 [2] RSPM (R 4.3.0)
## futile.options 1.0.1 2018-04-20 [2] RSPM (R 4.3.0)
## future 1.33.1 2023-12-22 [2] RSPM (R 4.3.0)
## future.apply 1.11.1 2023-12-21 [2] RSPM (R 4.3.0)
## gam 1.22-3 2023-11-29 [2] RSPM (R 4.3.0)
## gargle 1.5.2 2023-07-20 [2] RSPM (R 4.3.0)
## genefilter 1.84.0 2023-10-24 [2] Bioconductor
## generics 0.1.3 2022-07-05 [2] RSPM (R 4.3.0)
## GenomeInfoDb 1.38.5 2023-12-28 [2] Bioconductor 3.18 (R 4.3.2)
## GenomeInfoDbData 1.2.11 2024-01-03 [2] Bioconductor
## GenomicAlignments 1.38.2 2024-01-16 [2] Bioconductor 3.18 (R 4.3.2)
## GenomicFeatures 1.54.1 2023-10-29 [2] Bioconductor
## GenomicRanges 1.54.1 2023-10-29 [2] Bioconductor
## gert 2.0.1 2023-12-04 [2] RSPM (R 4.3.0)
## ggbeeswarm 0.7.2 2023-04-29 [2] RSPM (R 4.3.0)
## ggplot2 3.4.4 2023-10-12 [2] RSPM (R 4.3.0)
## ggrastr 1.0.2 2023-06-01 [2] RSPM (R 4.3.0)
## ggrepel 0.9.5 2024-01-10 [2] RSPM (R 4.3.0)
## ggridges 0.5.5 2023-12-15 [2] RSPM (R 4.3.0)
## ggthemes 5.0.0 2023-11-21 [2] RSPM (R 4.3.0)
## gh 1.4.0 2023-02-22 [2] RSPM (R 4.3.0)
## gitcreds 0.1.2 2022-09-08 [2] RSPM (R 4.3.0)
## globals 0.16.2 2022-11-21 [2] RSPM (R 4.3.0)
## glue 1.7.0 2024-01-09 [2] RSPM (R 4.3.0)
## gmp 0.7-4 2024-01-15 [2] RSPM (R 4.3.0)
## goftest 1.2-3 2021-10-07 [2] RSPM (R 4.3.0)
## googledrive 2.1.1 2023-06-11 [2] RSPM (R 4.3.0)
## googlesheets4 1.1.1 2023-06-11 [2] RSPM (R 4.3.0)
## googleVis 0.7.1 2023-03-01 [2] RSPM (R 4.3.0)
## gplots 3.1.3 2022-04-25 [2] RSPM (R 4.3.0)
## graph 1.80.0 2023-10-24 [2] Bioconductor
## graphics * 4.3.2 2023-10-31 [3] local
## grDevices * 4.3.2 2023-10-31 [3] local
## grid 4.3.2 2023-10-31 [3] local
## gridBase 0.4-7 2014-02-24 [2] RSPM (R 4.3.0)
## gridExtra 2.3 2017-09-09 [2] RSPM (R 4.3.0)
## GSEABase 1.64.0 2023-10-24 [2] Bioconductor
## gtable 0.3.4 2023-08-21 [2] RSPM (R 4.3.0)
## gtools 3.9.5 2023-11-20 [2] RSPM (R 4.3.0)
## haven 2.5.4 2023-11-30 [2] RSPM (R 4.3.0)
## HDF5Array 1.30.0 2023-10-24 [2] Bioconductor
## here 1.0.1 2020-12-13 [2] RSPM (R 4.3.0)
## highr 0.10 2022-12-22 [2] RSPM (R 4.3.0)
## hms 1.1.3 2023-03-21 [2] RSPM (R 4.3.0)
## howmany 0.3-1 2012-06-01 [2] RSPM (R 4.3.0)
## htmltools 0.5.7 2023-11-03 [2] RSPM (R 4.3.0)
## htmlwidgets 1.6.4 2023-12-06 [2] RSPM (R 4.3.0)
## httpuv 1.6.13 2023-12-06 [2] RSPM (R 4.3.0)
## httr 1.4.7 2023-08-15 [2] RSPM (R 4.3.0)
## httr2 1.0.0 2023-11-14 [2] RSPM (R 4.3.0)
## ica 1.0-3 2022-07-08 [2] RSPM (R 4.3.0)
## ids 1.0.1 2017-05-31 [2] RSPM (R 4.3.0)
## igraph 1.6.0 2023-12-11 [2] RSPM (R 4.3.0)
## ini 0.3.1 2018-05-20 [2] RSPM (R 4.3.0)
## interactiveDisplayBase 1.40.0 2023-10-24 [2] Bioconductor
## IRanges 2.36.0 2023-10-24 [2] Bioconductor
## irlba 2.3.5.1 2022-10-03 [2] RSPM (R 4.3.0)
## isoband 0.2.7 2022-12-20 [2] RSPM (R 4.3.0)
## iterators 1.0.14 2022-02-05 [2] RSPM (R 4.3.0)
## jquerylib 0.1.4 2021-04-26 [2] RSPM (R 4.3.0)
## jsonlite 1.8.8 2023-12-04 [2] RSPM (R 4.3.0)
## KEGGREST 1.42.0 2023-10-24 [2] Bioconductor
## kernlab 0.9-32 2023-01-31 [2] RSPM (R 4.3.0)
## KernSmooth 2.23-22 2023-07-10 [3] CRAN (R 4.3.2)
## knitr 1.45 2023-10-30 [2] RSPM (R 4.3.0)
## labeling 0.4.3 2023-08-29 [2] RSPM (R 4.3.0)
## lambda.r 1.2.4 2019-09-18 [2] RSPM (R 4.3.0)
## later 1.3.2 2023-12-06 [2] RSPM (R 4.3.0)
## lattice 0.22-5 2023-10-24 [3] RSPM (R 4.3.0)
## lazyeval 0.2.2 2019-03-15 [2] RSPM (R 4.3.0)
## leiden 0.4.3.1 2023-11-17 [2] RSPM (R 4.3.0)
## lifecycle 1.0.4 2023-11-07 [2] RSPM (R 4.3.0)
## limma 3.58.1 2023-10-31 [2] Bioconductor
## listenv 0.9.0 2022-12-16 [2] RSPM (R 4.3.0)
## littler 0.3.18 2023-03-26 [2] RSPM (R 4.3.2)
## lmtest 0.9-40 2022-03-21 [2] RSPM (R 4.3.0)
## locfdr 1.1-8 2015-07-15 [2] RSPM (R 4.3.0)
## locfit 1.5-9.8 2023-06-11 [2] RSPM (R 4.3.0)
## lubridate 1.9.3 2023-09-27 [2] RSPM (R 4.3.0)
## magrittr 2.0.3 2022-03-30 [2] RSPM (R 4.3.0)
## maps 3.4.2 2023-12-15 [2] RSPM (R 4.3.0)
## MASS 7.3-60 2023-05-04 [3] CRAN (R 4.3.2)
## Matrix 1.6-5 2024-01-11 [2] RSPM (R 4.3.0)
## MatrixGenerics 1.14.0 2023-10-24 [2] Bioconductor
## matrixStats 1.2.0 2023-12-11 [2] RSPM (R 4.3.0)
## mbkmeans 1.18.0 2023-10-24 [2] Bioconductor
## memoise 2.0.1 2021-11-26 [2] RSPM (R 4.3.0)
## metapod 1.10.1 2023-12-24 [2] Bioconductor 3.18 (R 4.3.2)
## methods * 4.3.2 2023-10-31 [3] local
## mgcv 1.9-0 2023-07-11 [3] CRAN (R 4.3.2)
## mime 0.12 2021-09-28 [2] RSPM (R 4.3.0)
## miniUI 0.1.1.1 2018-05-18 [2] RSPM (R 4.3.0)
## mixtools 2.0.0 2022-12-05 [2] RSPM (R 4.3.0)
## modelr 0.1.11 2023-03-22 [2] RSPM (R 4.3.0)
## munsell 0.5.0 2018-06-12 [2] RSPM (R 4.3.0)
## nlme 3.1-163 2023-08-09 [3] CRAN (R 4.3.2)
## NMF 0.26 2023-03-20 [2] RSPM (R 4.3.2)
## nnet 7.3-19 2023-05-03 [3] CRAN (R 4.3.2)
## openssl 2.1.1 2023-09-25 [2] RSPM (R 4.3.0)
## parallel 4.3.2 2023-10-31 [3] local
## parallelly 1.36.0 2023-05-26 [2] RSPM (R 4.3.0)
## patchwork 1.2.0 2024-01-08 [2] RSPM (R 4.3.0)
## pbapply 1.7-2 2023-06-27 [2] RSPM (R 4.3.0)
## pheatmap 1.0.12 2019-01-04 [2] RSPM (R 4.3.0)
## phylobase 0.8.10 2020-03-01 [2] RSPM (R 4.3.0)
## pillar 1.9.0 2023-03-22 [2] RSPM (R 4.3.0)
## pixmap 0.4-12 2021-01-29 [2] RSPM (R 4.3.0)
## pkgbuild 1.4.3 2023-12-10 [2] RSPM (R 4.3.0)
## pkgconfig 2.0.3 2019-09-22 [2] RSPM (R 4.3.0)
## pkgdown 2.0.7 2022-12-14 [2] RSPM (R 4.3.0)
## pkgload 1.3.4 2024-01-16 [2] RSPM (R 4.3.0)
## plogr 0.2.0 2018-03-25 [2] RSPM (R 4.3.0)
## plotly 4.10.4 2024-01-13 [2] RSPM (R 4.3.0)
## plyr 1.8.9 2023-10-02 [2] RSPM (R 4.3.0)
## plyranges 1.22.0 2023-10-24 [2] Bioconductor
## png 0.1-8 2022-11-29 [2] RSPM (R 4.3.0)
## polyclip 1.10-6 2023-09-27 [2] RSPM (R 4.3.0)
## pracma 2.4.4 2023-11-10 [2] RSPM (R 4.3.0)
## praise 1.0.0 2015-08-11 [2] RSPM (R 4.3.0)
## preprocessCore 1.64.0 2023-10-24 [2] Bioconductor
## prettyunits 1.2.0 2023-09-24 [2] RSPM (R 4.3.0)
## princurve 2.1.6 2021-01-18 [2] RSPM (R 4.3.0)
## processx 3.8.3 2023-12-10 [2] RSPM (R 4.3.0)
## profvis 0.3.8 2023-05-02 [2] RSPM (R 4.3.0)
## progress 1.2.3 2023-12-06 [2] RSPM (R 4.3.0)
## progressr 0.14.0 2023-08-10 [2] RSPM (R 4.3.0)
## promises 1.2.1 2023-08-10 [2] RSPM (R 4.3.0)
## ProtGenerics 1.34.0 2023-10-24 [2] Bioconductor
## proxy 0.4-27 2022-06-09 [2] RSPM (R 4.3.0)
## ps 1.7.6 2024-01-18 [2] RSPM (R 4.3.0)
## purrr 1.0.2 2023-08-10 [2] RSPM (R 4.3.0)
## R.methodsS3 1.8.2 2022-06-13 [2] RSPM (R 4.3.0)
## R.oo 1.25.0 2022-06-12 [2] RSPM (R 4.3.0)
## R.utils 2.12.3 2023-11-18 [2] RSPM (R 4.3.0)
## R6 2.5.1 2021-08-19 [2] RSPM (R 4.3.0)
## ragg 1.2.7 2023-12-11 [2] RSPM (R 4.3.0)
## randomForest 4.7-1.1 2022-05-23 [2] RSPM (R 4.3.0)
## RANN 2.6.1 2019-01-08 [2] RSPM (R 4.3.0)
## rappdirs 0.3.3 2021-01-31 [2] RSPM (R 4.3.0)
## rcmdcheck 1.4.0 2021-09-27 [2] RSPM (R 4.3.0)
## RColorBrewer 1.1-3 2022-04-03 [2] RSPM (R 4.3.0)
## Rcpp 1.0.12 2024-01-09 [2] RSPM (R 4.3.0)
## RcppAnnoy 0.0.21 2023-07-02 [2] RSPM (R 4.3.0)
## RcppArmadillo 0.12.6.6.1 2023-12-04 [2] RSPM (R 4.3.0)
## RcppEigen 0.3.3.9.4 2023-11-02 [2] RSPM (R 4.3.0)
## RcppHNSW 0.5.0 2023-09-19 [2] RSPM (R 4.3.0)
## RcppML 0.3.7 2021-09-21 [2] RSPM (R 4.3.0)
## RcppProgress 0.4.2 2020-02-06 [2] RSPM (R 4.3.0)
## RcppTOML 0.2.2 2023-01-29 [2] RSPM (R 4.3.0)
## RCurl 1.98-1.14 2024-01-09 [2] RSPM (R 4.3.0)
## readr 2.1.5 2024-01-10 [2] RSPM (R 4.3.0)
## readxl 1.4.3 2023-07-06 [2] RSPM (R 4.3.0)
## registry 0.5-1 2019-03-05 [2] RSPM (R 4.3.0)
## rematch 2.0.0 2023-08-30 [2] RSPM (R 4.3.0)
## rematch2 2.1.2 2020-05-01 [2] RSPM (R 4.3.0)
## remotes 2.4.2.1 2023-07-18 [2] RSPM (R 4.3.0)
## reprex 2.1.0 2024-01-11 [2] RSPM (R 4.3.0)
## reshape2 1.4.4 2020-04-09 [2] RSPM (R 4.3.0)
## ResidualMatrix 1.12.0 2023-10-24 [2] Bioconductor
## restfulr 0.0.15 2022-06-16 [2] RSPM (R 4.3.2)
## reticulate 1.34.0 2023-10-12 [2] RSPM (R 4.3.0)
## rgl 1.2.8 2023-11-29 [2] RSPM (R 4.3.0)
## rhdf5 2.46.1 2023-11-29 [2] Bioconductor 3.18 (R 4.3.2)
## rhdf5filters 1.14.1 2023-11-06 [2] Bioconductor
## Rhdf5lib 1.24.1 2023-12-11 [2] Bioconductor 3.18 (R 4.3.2)
## Rhtslib 2.4.1 2024-01-18 [2] Bioconductor 3.18 (R 4.3.2)
## rjson 0.2.21 2022-01-09 [2] RSPM (R 4.3.0)
## rlang 1.1.3 2024-01-10 [2] RSPM (R 4.3.0)
## rmarkdown 2.25 2023-09-18 [2] RSPM (R 4.3.0)
## rncl 0.8.7 2023-01-08 [2] RSPM (R 4.3.0)
## RNeXML 2.4.11 2023-02-01 [2] RSPM (R 4.3.0)
## rngtools 1.5.2 2021-09-20 [2] RSPM (R 4.3.0)
## ROCR 1.0-11 2020-05-02 [2] RSPM (R 4.3.0)
## roxygen2 7.3.0 2024-01-11 [2] RSPM (R 4.3.0)
## rpart 4.1.21 2023-10-09 [3] CRAN (R 4.3.2)
## rprojroot 2.0.4 2023-11-05 [2] RSPM (R 4.3.0)
## Rsamtools 2.18.0 2023-10-24 [2] Bioconductor
## RSpectra 0.16-1 2022-04-24 [2] RSPM (R 4.3.0)
## RSQLite 2.3.5 2024-01-21 [2] RSPM (R 4.3.0)
## rstudioapi 0.15.0 2023-07-07 [2] RSPM (R 4.3.0)
## rsvd 1.0.5 2021-04-16 [2] RSPM (R 4.3.0)
## rtracklayer 1.62.0 2023-10-24 [2] Bioconductor
## Rtsne 0.17 2023-12-07 [2] RSPM (R 4.3.0)
## rversions 2.1.2 2022-08-31 [2] RSPM (R 4.3.0)
## rvest 1.0.3 2022-08-19 [2] RSPM (R 4.3.0)
## S4Arrays 1.2.0 2023-10-24 [2] Bioconductor
## S4Vectors 0.40.2 2023-11-23 [2] Bioconductor 3.18 (R 4.3.2)
## sass 0.4.8 2023-12-06 [2] RSPM (R 4.3.0)
## ScaledMatrix 1.10.0 2023-10-24 [2] Bioconductor
## scales 1.3.0 2023-11-28 [2] RSPM (R 4.3.0)
## scater 1.30.1 2023-11-16 [2] Bioconductor
## scattermore 1.2 2023-06-12 [2] RSPM (R 4.3.0)
## scDblFinder 1.16.0 2023-10-24 [2] Bioconductor
## scmap 1.24.0 2023-10-24 [2] Bioconductor
## scran 1.30.2 2024-01-22 [2] Bioconductor 3.18 (R 4.3.2)
## scRNAseq 2.16.0 2023-10-26 [2] Bioconductor
## scRNAseqWorkshop 0.98.0 2024-01-23 [1] local
## sctransform 0.4.1 2023-10-19 [2] RSPM (R 4.3.0)
## scuttle 1.12.0 2023-10-24 [2] Bioconductor
## segmented 2.0-1 2023-12-19 [2] RSPM (R 4.3.0)
## selectr 0.4-2 2019-11-20 [2] RSPM (R 4.3.0)
## sessioninfo 1.2.2 2021-12-06 [2] RSPM (R 4.3.0)
## Seurat 5.0.1 2023-11-17 [2] RSPM (R 4.3.0)
## SeuratObject 5.0.1 2023-11-17 [2] RSPM (R 4.3.0)
## shapefiles 0.7.2 2022-08-25 [2] RSPM (R 4.3.0)
## shiny 1.8.0 2023-11-17 [2] RSPM (R 4.3.0)
## SingleCellExperiment 1.24.0 2023-10-24 [2] Bioconductor
## SingleR 2.4.1 2024-01-07 [2] Bioconductor 3.18 (R 4.3.2)
## sitmo 2.0.2 2021-10-13 [2] RSPM (R 4.3.0)
## slingshot 2.10.0 2023-10-24 [2] Bioconductor
## snow 0.4-4 2021-10-27 [2] RSPM (R 4.3.0)
## softImpute 1.4-1 2021-05-09 [2] RSPM (R 4.3.0)
## sourcetools 0.1.7-1 2023-02-01 [2] RSPM (R 4.3.0)
## sp 2.1-2 2023-11-26 [2] RSPM (R 4.3.0)
## spam 2.10-0 2023-10-23 [2] RSPM (R 4.3.0)
## SparseArray 1.2.3 2023-12-25 [2] Bioconductor 3.18 (R 4.3.2)
## sparseMatrixStats 1.14.0 2023-10-24 [2] Bioconductor
## spatial 7.3-17 2023-07-20 [3] CRAN (R 4.3.2)
## spatstat.data 3.0-4 2024-01-15 [2] RSPM (R 4.3.0)
## spatstat.explore 3.2-5 2023-10-22 [2] RSPM (R 4.3.0)
## spatstat.geom 3.2-7 2023-10-20 [2] RSPM (R 4.3.0)
## spatstat.random 3.2-2 2023-11-29 [2] RSPM (R 4.3.0)
## spatstat.sparse 3.0-3 2023-10-24 [2] RSPM (R 4.3.0)
## spatstat.utils 3.0-4 2023-10-24 [2] RSPM (R 4.3.0)
## splines 4.3.2 2023-10-31 [3] local
## statmod 1.5.0 2023-01-06 [2] RSPM (R 4.3.0)
## stats * 4.3.2 2023-10-31 [3] local
## stats4 4.3.2 2023-10-31 [3] local
## stringi 1.8.3 2023-12-11 [2] RSPM (R 4.3.0)
## stringr 1.5.1 2023-11-14 [2] RSPM (R 4.3.0)
## SummarizedExperiment 1.32.0 2023-10-24 [2] Bioconductor
## survival 3.5-7 2023-08-14 [3] CRAN (R 4.3.2)
## sys 3.4.2 2023-05-23 [2] RSPM (R 4.3.0)
## systemfonts 1.0.5 2023-10-09 [2] RSPM (R 4.3.0)
## tcltk 4.3.2 2023-10-31 [3] local
## tensor 1.5 2012-05-05 [2] RSPM (R 4.3.0)
## TENxPBMCData 1.20.0 2023-10-26 [2] Bioconductor
## testthat 3.2.1 2023-12-02 [2] RSPM (R 4.3.0)
## textshaping 0.3.7 2023-10-09 [2] RSPM (R 4.3.0)
## tibble 3.2.1 2023-03-20 [2] RSPM (R 4.3.0)
## tidyr 1.3.0 2023-01-24 [2] RSPM (R 4.3.0)
## tidyselect 1.2.0 2022-10-10 [2] RSPM (R 4.3.0)
## tidySingleCellExperiment 1.12.0 2023-10-24 [2] Bioconductor
## tidyverse 2.0.0 2023-02-22 [2] RSPM (R 4.3.0)
## timechange 0.3.0 2024-01-18 [2] RSPM (R 4.3.0)
## tinytex 0.49 2023-11-22 [2] RSPM (R 4.3.0)
## tools 4.3.2 2023-10-31 [3] local
## tradeSeq 1.16.0 2023-10-24 [2] Bioconductor
## TrajectoryUtils 1.10.0 2023-10-24 [2] Bioconductor
## ttservice 0.4.0 2023-11-01 [2] RSPM (R 4.3.0)
## tzdb 0.4.0 2023-05-12 [2] RSPM (R 4.3.0)
## umap 0.2.10.0 2023-02-01 [2] RSPM (R 4.3.0)
## urlchecker 1.0.1 2021-11-30 [2] RSPM (R 4.3.0)
## usethis 2.2.2 2023-07-06 [2] RSPM (R 4.3.0)
## utf8 1.2.4 2023-10-22 [2] RSPM (R 4.3.0)
## utils * 4.3.2 2023-10-31 [3] local
## uuid 1.2-0 2024-01-14 [2] RSPM (R 4.3.0)
## uwot 0.1.16 2023-06-29 [2] RSPM (R 4.3.0)
## vctrs 0.6.5 2023-12-01 [2] RSPM (R 4.3.0)
## velociraptor 1.12.0 2023-10-24 [2] Bioconductor
## vipor 0.4.7 2023-12-18 [2] RSPM (R 4.3.0)
## viridis 0.6.4 2023-07-22 [2] RSPM (R 4.3.0)
## viridisLite 0.4.2 2023-05-02 [2] RSPM (R 4.3.0)
## vroom 1.6.5 2023-12-05 [2] RSPM (R 4.3.0)
## waldo 0.5.2 2023-11-02 [2] RSPM (R 4.3.0)
## whisker 0.4.1 2022-12-05 [2] RSPM (R 4.3.0)
## withr 3.0.0 2024-01-16 [2] RSPM (R 4.3.0)
## xfun 0.41 2023-11-01 [2] RSPM (R 4.3.0)
## xgboost 1.7.6.1 2023-12-06 [2] RSPM (R 4.3.0)
## XML 3.99-0.16 2023-11-29 [2] RSPM (R 4.3.0)
## xml2 1.3.6 2023-12-04 [2] RSPM (R 4.3.0)
## xopen 1.0.0 2018-09-17 [2] RSPM (R 4.3.0)
## xtable 1.8-4 2019-04-21 [2] RSPM (R 4.3.0)
## XVector 0.42.0 2023-10-24 [2] Bioconductor
## yaml 2.3.8 2023-12-11 [2] RSPM (R 4.3.0)
## zeallot 0.1.0 2018-01-28 [2] RSPM (R 4.3.0)
## zellkonverter 1.12.1 2023-11-14 [2] Bioconductor
## zinbwave 1.24.0 2023-10-24 [2] Bioconductor
## zip 2.3.0 2023-04-17 [2] RSPM (R 4.3.0)
## zlibbioc 1.48.0 2023-10-24 [2] Bioconductor
## zoo 1.8-12 2023-04-13 [2] RSPM (R 4.3.0)
##
## [1] /tmp/RtmpSvAeu0/Rinst1b656332c177
## [2] /usr/local/lib/R/site-library
## [3] /usr/local/lib/R/library
##
## ─ Python configuration ────────────────────────────────────────────────────
## Python is not available
##
## ───────────────────────────────────────────────────────────────────────────