The raw data used in this sesseion are collected from sorted CD45+ immune cells of mouse C57BL/6 colon.
Platform: 10x genomics (3' scRNAseq v2 kits)
TotalSeq Antibodies: Type A from Biolegend
These data are never used for publication yet. So, please use only within this session.
If you want to use the data for your own purpose, please let BK know for discussion.
Install R >= version 3.4: https://www.r-project.org/
Install Rstudio Desktop (Free): https://rstudio.com/products/rstudio/download/
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install(version = "3.11")
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install()
- By Bioconductor – https://www.bioconductor.org/
- By install.packages()
- From developmental tools – devtools()
- From downloaded files
Go to Seurat website: https://satijalab.org/seurat/install.html
Install the following packages:
(‘Seurat’, ‘dplyr’,’ggplot2’,’patchwork’)
Ready to go!!