We hope you now have more familiarity with key concepts, data types, tools, and how they all connect to enable single-cell gene expression analysis from RNA-Seq data.
Please take our optional post-workshop survey (5-10 minutes).
We will email you a link to the final session recordings next week.
The website/notes for this workshop will be available.
The UM Bioinformatics Core Workshop Slack channel content will be available for 90 days.
The RStudio workshop compute environment will be available through 8/15/2025.
You can download files from the workshop environment from your terminal/command line window as below. (You will need to substitute your actual workshop username and type workshop password when prompted.)
# download workshop files -------------------------------------------------
mkdir intro_scrnaseq_workshop
cd intro_scrnaseq_workshop
scp -r YOUR_USERNAME@bfx-workshop01.med.umich.edu:"ISC_R*" .
The Seurat inputs (cellranger triples and dbcells files) used in this workshop can be installed locally like so:
# download Seurat inputs --------------------------------------------------
mkdir -p intro_scrnaseq_workshop/ISC_R
cd intro_scrnaseq_workshop/ISC_R
# Use curl to download a ~3 Gb tarball
# We'll use evironment variables to avoid extremely long command lines
source_url="https://umich-brcf-bioinf-workshop.s3.us-east-1.amazonaws.com"
source_file="ISC/workshop_isc_inputs-20250730.tgz"
curl -o workshop_isc_inputs.tgz ${source_url}/${source_file}
# tar unpacks the tarball into directories
tar xzvf workshop_isc_inputs.tgz
# Since we have unpacked the tarball, we can remove it
rm workshop_isc_inputs.tgz
![]() |
![]() |
![]() |
---|---|---|
Chris | Marci | Travis |
![]() |
![]() |
![]() |
Daisy | Dana | Weisheng |
![]() |
![]() |
![]() |
Ford | Tricia | Raymond |
Thank you for participating in our workshop. We welcome your questions and feedback now and in the future.
Bioinformatics Workshop Team
bioinformatics-workshops@umich.edu
UM BRCF Bioinformatics Core