Skip to content

Commit dfeebee

Browse files
author
Mira Sohn
committed
ATAC config updated to include unintegrated_3 in diff_analysis
1 parent 0faea72 commit dfeebee

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

workflow/config/atac-config/config.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ macs2:
6161
# norm_method: Method to normalize the group's assay.
6262
# Currently supported methods: 'log', 'sct', 'clr' or 'lsi'.
6363
normalize:
64-
split_by: meta_tissue
64+
split_by: meta_geno
6565
groups:
6666
unintegrated_1:
6767
assay_name: Peaks
@@ -107,7 +107,7 @@ normalize:
107107
integrate:
108108
activate: true
109109
atac_integrate_embeddings: true
110-
split_by: meta_tissue
110+
split_by: meta_geno
111111
groups:
112112
integrated_1:
113113
assay_name: Peaks
@@ -287,6 +287,14 @@ diff_analysis:
287287
test_use: null
288288
latent_vars: 'nCount_MACS'
289289
alpha: 0.05
290+
unintegrated_3:
291+
cluster_idents: seurat_clusters
292+
assay: null
293+
slot: data
294+
min_pct: 0.2
295+
test_use: null
296+
latent_vars: 'nCount_Gene.Activity'
297+
alpha: 0.05
290298
integrated_1:
291299
cluster_idents: seurat_clusters
292300
assay: null

0 commit comments

Comments
 (0)