p4rkerw / Muto_Wilson_NComm_2020

Workflow for analysis of healthy human kidney by snRNAseq and snATACseq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single cell transcriptional and chromatin accessibility profiling redefine cellular heterogeneity in the adult human kidney

*Yoshiharu Muto, *Parker C. Wilson, Nicolas Ledru, Haojia Wu, Henrik Dimke, Sushrut S. Waikar, Benjamin D. Humphreys
*These authors contributed equally

If you use any code or workflows in this repository please cite the following manuscript

Muto Y, Wilson PC, Ledru N, Wu H, Dimke H, Waikar SS, Humphreys BD.
Single cell transcriptional and chromatin accessibility profiling redefine cellular heterogeneity in the adult human kidney. 
Nat Commun. 2021 Apr 13;12(1):2190. 
doi: 10.1038/s41467-021-22368-w. 
PMID: 33850129.

The code associated with this publication has been deposited in Zenodo DOI

The bioRxiv preprint can be found here

Raw fastq files and cellranger v4.0 / cellranger-atac v1.2 gene and peak count matrices can be found in GEO or Human Cell Atlas at the links below. Note that there are two different sequencing configurations for the snATAC libraries. Samples 1-3 have an I1 index file, whereas samples 4-5 do not. The I1 index files are not needed to run cellranger-atac count on samples 4-5. Index sequences used for demultplexing are printed in the header lines of R1 and R2. R1 and R3 contain the paired-end reads and R2 contains the cell barcode information.
https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE151302
https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE131882
https://data.humancellatlas.org/explore/projects/2af52a13-65cb-4973-b513-39be38f2df3f

h5ad files for the snRNA and snATAC libraries were processed and annotated for the development of the single cell analysis tool GLUE. The authors of GLUE have hosted the processed datasets for their manuscript on their lab website. You can find more information about how they processed the data here and you can download the files in their repository.

snATAC barcodes and snRNA barcodes used for the original analysis can be found in this github repository

Finalized R objects and h5ad files can be visualized interactively or downloaded from the cellxgene website. The snATAC object only includes the gene activity "RNA" assay and does not have a raw or normalized peak count matrix.

Welcome to our GitHub repository!
Here you will find analysis scripts for our manuscript where we integrate paired snRNAseq and snATACseq from 5 healthy adult kidney cortex samples. Please contact the corresponding author, Dr. Benjamin Humphreys, with questions or comments.

Thanks,
Parker and Yoshi

Visit the Wilson lab website:
www.parkerwilsonlab.com

Visit the Humphreys lab website:
www.humphreyslab.com

Check out our interactive datasets with Kidney Interactive mulTiomics (KIT):
http://humphreyslab.com/SingleCell/

Find us on Twitter:
@parkercwilson @YoshiharuMuto @HumphreysLab

Find us on Docker Hub:
p4rkerw@dockerhub

Sample analysis and processing workflow

  1. Generate a custom pre-mRNA index for cellranger (snRNA_prep)
    Libraries were generated from a nuclear dissociation and require a custom pre-mRNA reference to count introns. We used refdata-cellranger-GRCh38-3.0.0 which can be downloaded from the 10X genomics website: https://support.10xgenomics.com/ . The gtf file is processed with cellranger_rna_mkref.sh to create the GRCh38-1.2.0_premrna reference.

  2. Count each of the five snRNA libraries with cellranger and GRCh38-1.2.0 (snRNA_prep)
    cellranger_rna_count.sh

  3. Aggregate the five snRNA libraries using the cellranger_rna_aggr.csv file (snRNA_prep)
    cellranger_rna_aggr.sh

  4. Process the aggregated snRNA library and exclude doublets identified with DoubletFinder. This script will generate a processed snRNA library file rnaAggr_control.rds (snRNA_prep)
    seurat_rna_process.sh

  5. Count each of the five snATAC libraries with cellranger-atac and refdata-cellranger-atac-GRCh38-1.2.0 (snATAC_prep)
    cellranger_atac_count.sh

  6. Aggregate the five snATAC libraries using the cellranger_atac_aggr.csv file (snATAC_prep)
    cellranger_atac_aggr.sh

  7. Processs the aggregated snATAC library and integrate with the snRNA library to remove doublets with label transfer. This script will generate a processed snATAC library file atacAggr_control.rds (snATAC_prep)
    signac_atac_process.sh

  8. Find cell-specific differentially expressed genes in the snRNA dataset (analysis)
    find_rna_deg.R

  9. Find cell-specific differentially accessible chromatin in the snATAC dataset (analysis)
    find_atac_dar.R

  10. Compare snATAC peaks with dnase hypersensitive sites (analysis)
    find_atac_overlap_dnase.R

  11. Find differentially expressed genes with nearby differentially accessible chromatin regions (analysis)
    find_overlap_deg_dar.R

  12. Find cis-coaccessibility networks in the snATAC dataset with Cicero (analysis)
    find_atac_ccans.R

  13. Annotate cis-coaccessibility networks and create circos plots to visualize links (analysis)
    annotate_ccans_circos.R

  14. Annotate cis-coaccessibility networks to find promoter-enhancer links (analysis)
    annotate_peaks_fantom.R

  15. Annotate cis-coaccessibility networks to find overlap with the GeneHancer database (analysis) get_atac_dar_genehancer_conns.R find_atac_overlap_ccans_genehancer.R

  16. Find transcription factor motif activity in the snATAC dataset with chromVAR (analysis)
    find_atac_chromVAR.R

  17. Correlate transcription factor motif activity in the snATAC dataset with gene expression in the snRNA dataset (analysis)
    corr_chromVar_TF_exp.R

  18. Correlate cicero gene activity in the snATAC dataset with gene expression in the snRNA dataset (analysis)
    corr_cicero_gene_exp.R

  19. Perform pseudotemporal ordering of the distal nephron with Monocle (analysis)
    pseudotime_distal_nephron.R

Deconvolution:
Each dataset is first prepared as an ExpressionSet and then deconvolved with Bisque using the snRNA library. When necessary, transcript counts are prepared with Salmon and GRCh38.

  1. Fan et al Human Diabetic Nephropathy (PMID:31578193, GSE142025)
    salmon_count_fan.R
    find_bulk_degs_fan.R
    deconvolution_fan_BisqueRNA.R

  2. Liu et al Mouse Kidney IRI (PMID:24569379, GSE98622)
    find_bulk_degs_liu.R
    deconvolution_liu_BisqueRNA.R

  3. TCGA non-tumor Kidney
    find_bulk_degs_tcga.R
    deconvolution_tcga_BisqueRNA.R

Allele Specific Analysis: The majority of the allele-specific analysis workflow has been implemented as a separate GitHub repository called 🌶️SALSA . You can check it out here

These scripts can be run in publicly-available docker containers found here: p4rkerw@dockerhub

Each script has an example command to run the corresponding docker container

(Follow the steps in order)

  1. Genotype the snRNA or snATAC libraries using GATK (or obtain a vcf from another method)
  2. Annotate the genotyped vcf with GATK Funcotator to evaluate gnomAD MAF and variant context
  3. Process the variant annotation into a csv file
  4. Filter the genotyped vcf for variants that overlap coding transcripts and introns
  5. Apply the WASP pipeline to cellranger-aligned bam files and realign overlapping variants with STAR
  6. Get allele-specific counts with GATK ASEReadCounter
  7. Filter heterozygous SNV and perform allele-specific analysis with ASEP

Utility Scripts:
getContigLengths.py
make_ucsc_tracks.R

Figures:
Code for generating figures in the manuscript

About

Workflow for analysis of healthy human kidney by snRNAseq and snATACseq

License:MIT License


Languages

Language:R 86.5%Language:Shell 13.3%Language:Python 0.2%