Skip to content

Lab-of-Adaptive-Immunity/HS-CD8-Atlas

Repository files navigation

#########################################################

HS CD8+ Atlas Building

#########################################################

A readme for constructing a Human Atlas of CD8+ cells and imports their V(D)J sequences to meta data.

References to papers this data set is used in:

Tsyklauri O, Chadimova T, Niederlova V, et al. Regulatory T cells suppress the formation of potent KLRK1 and IL-7R expressing effector CD8 T cells by limiting IL-2. Elife. 2023;12:e79342. doi:10.7554/eLife.79342

Link: https://elifesciences.org/articles/79342

#########################################################

Legal Information

#########################################################

LICENSE: MIT License for provided scripts.

All scripts are distributed to ease the building of the Atlas, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MIT License for more details.

Used data sets belong to 10X Genomics and are distributed under Creative Commons Attribution license. See https://support.10xgenomics.com/ for detailed information. The descripption of license can be seen at: https://creativecommons.org/licenses/by/4.0/.

#########################################################

Requirements

#########################################################

You need R 4.0.3 with following packages:

  • Seurat 4.0.0 Creative Commons Attribution
  • rmarkdown
  • ggplot
  • dplyr
  • tibble

You also need tape archiver (tar) for extracting 10X files.

#########################################################

Building a set

#########################################################

You need to follow these steps:

  1. ) Go to page here on our GitHub (if you're reading the readme you should be already here) and clone following:
    git clone https://github.com/Lab-of-Adaptive-Immunity/HS-CD8-Atlas/

  2. ) Go to downloaded directory:
    cd HS-CD8-Atlas

  3. ) Run bash script Create_hierarchy_for_analysis.sh:

    bash Create_hierarchy_for_analysis.sh

    This should download all necessary directories and extract them.
    All VDJ files will be also downloaded.

  4. ) On Rstudio or just in terminal, run following files:

    • CD8_HS_Atlas_small_datasets.Rmd
    • CD8_HS_Atlas_Donor_1.Rmd
    • CD8_HS_Atlas_Donor_2.Rmd
    • CD8_HS_Atlas_Donor_3.Rmd
    • CD8_HS_Atlas_Donor_4.Rmd

    In Rstudio, for each file use option knit or jsut run all chunks. For command line, open R and use:

    rmarkdown::render("file.Rmd", "output.html")

    where 'file.Rmd' is one of above files and 'output.html' is the name of knitted output file. You can name the output however you want, the file is purely informative.

  5. ) Knit 'Donor_10X_Integration_2500_no_RBS.Rmd' in Rstudio (alternatively, run rmarkdown::render("Donor_10X_Integration_2500_no_RBS.Rmd", "Donor_10X_Integration_2500_no_RBS.html"))

At the end you should have 'Donors_Integrated_with_MAIT_final.rds' and 'Donors_Integrated_no_MAIT_final.rds' files in Donors_Dataset in cloned directory, among other things. The former contains annotated data set with MAIT cells, the latter does not have them. These are two data sets used in our paper.

#########################################################

List of employed data sets and where to get them

#########################################################

This is just a list of used data sets. You can and should use script 'Create_hierarchy_for_analysis.sh' to download them automatically. The first link points to the page of the data set. The second link is the link to directly download raw count matrix.

LICENSE: these data-sets belong to 10X Genomics and are distributed under Creative Commons license. See https://support.10xgenomics.com/ for more informations.

Single Cell Gene Expression:

Single Cell Immune Profiling:

Donors:

VDJ - 5':

VDJ - Donors:

#########################################################

MISCELLANEOUS

#########################################################

Author: Juraj Michalik
Date: 2021-08-24
e-mail: juraj.michalik@img.cas.cz

In case of any questions, feel free to use above e-mail adress.

About

The atlas of human CD8 cells assembled from assorted 10X Genomics data sets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published