Skip to content

Commit d917a68

Browse files
committed
updated scripts
1 parent 3e391b3 commit d917a68

17 files changed

+46
-1
lines changed

QC_CelltypeAnnotation/001_Fig1_Sex_Age.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Plotting QC statistics -- specificially about sex and age of the cohort
2+
# Updated Jan 2026
13

24
setwd("/gladstone/corces/lab/users/smenon/2304_PDMultiome_Final/Final_Objects/Scripts/Figure_Plotting/")
35
source("plotting_helper_corces.R")

QC_CelltypeAnnotation/002_Fig1_UMAPs.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Script to plot UMAPs
2+
# Updated Jan 2026
3+
14
library(ggrastr)
25
library(BuenColors)
36
library(ArchR)

QC_CelltypeAnnotation/003_Fig1_QC.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Plots single cell QC statistics
2+
# Updated Jan 2026
3+
14
library(ArchR)
25
library(Seurat)
36

QC_CelltypeAnnotation/004_Fig2_RegionHeatmap.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Script to plot region based subclustering results
2+
# Updated Jan 2026
3+
14
library(data.table)
25

36
# list all directories that start with "task_"

QC_CelltypeAnnotation/005_Fig1_markerGeneHeatmap.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Script for marker gene heatmap for Figure 1
2+
# Updated Jan 2026
3+
14
library(tidyverse)
25
library(pheatmap)
36
library(scales)

QC_CelltypeAnnotation/007_Fig2_OligoModules.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
1+
# Script for oligodendrocyte modules
2+
# Updated Jan 2026
23
library(hdWGCNA)
34
library(enrichR)
45

QC_CelltypeAnnotation/008_Fig1_CellTypeComposition.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Script for analyzing cell type composition
2+
# Updated Jan 2026
3+
14
library(ggrastr)
25
library(BuenColors)
36
library(ArchR)

QC_CelltypeAnnotation/009_Fig1_DopaSubcluster.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# script for dopaminergic neuron subclustering
2+
# Updated Jan 2026
3+
14
library(ggrastr)
25
library(BuenColors)
36
library(ArchR)

QC_CelltypeAnnotation/010_Fig1_RegionalSubclustering.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Script for regional subclustering across cell types
2+
# Updated Jan 2026
3+
14
library(ggrastr)
25
library(BuenColors)
36
library(ArchR)

QTLs/001_rasqual_process.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Script used to preprocess data for RASQUAL analysis for caQTL calling
2+
# Updated Jan 2026
3+
14
options(scipen = 100)
25
library(data.table)
36
library(readr)

0 commit comments

Comments
 (0)