Skip to content

RobersonLab/2021_Paley_neurosarcoid_scRNASeq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2021 neurosarcoid single-cell RNA-Seq + BCR/TCR sequencing

Published article: The CSF in neurosarcoidosis contains consistent clonal expansion of CD8 T cells, but not CD4 T cells

Downloadable data, including raw UMI counts, TCR sequences, and BCR sequences: FigShare Project

Project description

These data were derived from individuals with active or inactive neurosarcoid (cases) and controls without neurosarcoid, but not necessarily without a diagnosed chronic disease. PBMCs were isolated from blood samples (PBMC) and cerebrospinal fluid (CSF) at the same visit. Relationship between samples, i.e. individual identifier, tissue, status, etc can be found in info/unified_project_info.tsv.

In order to recreate the analysis (which may not be identical at all points since a fixed seed wasn't used), download the single-cell data locally and run the R scripts in numerical order. The single-cell count matrices along with TCR and BCR sequencing results are in a single gzip tar file from the downloadable data link above. If you download this file into the data subdirectory and extract, you should have everything you need.

Code description

This repository contains the appropriate layout for recreating the analysis performed in the listed paper. All analysis was performed in R, and the scripts are in the analysis sub-directory. The 'here' package is used extensively so that the scripts should work across systems.

Required R packages

  • cowplot
  • DoubletFinder
  • dplyr
  • escape
  • ggplot2
  • grid
  • here
  • monocle
  • patchwork
  • pheatmap
  • purrr
  • RColorBrewer
  • readr
  • rlang
  • scales
  • sctransform
  • Seurat
  • SeuratWrappers
  • stringr
  • tibble
  • tidyr
  • tidyverse
  • VGAM

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages