Skip to content

Latest commit

 

History

History
79 lines (42 loc) · 4.93 KB

README.md

File metadata and controls

79 lines (42 loc) · 4.93 KB

Fetal brain snATACseq analyses (version 1)

Initial approach was to run FC and GE snATACseq data together using ArchR. Much replicated code here that is optimised in version 2 (but some nice tid bits that may be useful in the future that we didn't use).


Datasets for peak correspondence


Main scripts of interest

ArchR

  1. snATACseq_cellRanger.smk - Run Cell Ranger atac-count on fastQ files

  2. snATACseq_processing.smk - snATACseq QC, clustering, visualisation, peak calling and downstream analysis in ArchR

sLDSR

  1. snATACseq_remove_MHC_regions_from_peaks.smk - Use bedtools to remove MHC peaks from snATACseq peak files

  2. snATACseq_munge_sumstats.smk - Prepare 10 GWAS sumstats files for sLDSR

  3. snATACseq_LDSR.smk - Run sLD score regression on individual snATACseq cell type peaks and various GWAS sumstats

  4. snATACseq_LDSR_union_conditional.smk - Run sLD score regression on individual snATACseq cell type peaks and various GWAS sumstats adding UNION peaksets to baseline model

  5. snATACseq_LDSR_conditional.smk - Run sLD score regression on individual snATACseq cell type peaks and various GWAS sumstats adding UNION peaksets to baseline model. Alternative (and better) approach to 7, using key value pairs.

Peak file analyses

  1. snATACseq_HARs_overlaps.smk - Find overlaps between human accelerated regions (HARs) and snATACseq peaks.

  2. snATACseq_annotate_archR_coaccesible_peaks.R - Find overlaps of SCZ finemapped SNPs and snATACseq cA peaks.

  3. snATACseq_compare_peaks_with_public_datasets.R - Test jaccard similarity between our peaks and Ziffra et al. peaks.

  4. snATACseq_find_overlapping_peaks_venn.R - Find overlaps of between our peaks and public dataset peaks (listed above).

  5. snATACseq_map_PGC3_SCZ_index_and_proxy_SNPs_to_peaks.R - Find overlaps of SCZ index SNPs (and proxies) and snATACseq peaks.

  6. snATACseq_map_PGC3_SCZ_finemapped_SNPs_to_peaks.R - Find overlaps of SCZ finemapped SNPs and snATACseq peaks.

Additional exploratory scripts

  1. snATACseq_garfield.smk - Testing Garfield on mQTL


Copyright and Licence Information

See the LICENCE file.