File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
workflow/config/atac-config Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 6161# norm_method: Method to normalize the group's assay.
6262# Currently supported methods: 'log', 'sct', 'clr' or 'lsi'.
6363normalize :
64- split_by : meta_tissue
64+ split_by : meta_geno
6565 groups :
6666 unintegrated_1 :
6767 assay_name : Peaks
@@ -107,7 +107,7 @@ normalize:
107107integrate :
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
You can’t perform that action at this time.
0 commit comments