Skip to content

Commit d4d4390

Browse files
committed
updated makefile and figures
1 parent ac0fa81 commit d4d4390

10 files changed

+582
-1034
lines changed

.DS_Store

4 KB
Binary file not shown.

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11

22
data/*
33
figures/*
4+
figures_backup/*
45
images/*
56
metadata/*
67
documentation/*
78
previous_code/*
89
results/*
910
processed/*
10-
11+
scripts_backup/*
1112

makefile

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: download spatial celltype similarity utag diff_abundance pca patient
1+
.PHONY: download spatial celltype t_cell similarity utag diff_abundance pca patient
22

33
download:
44
echo not implemented yet
@@ -7,6 +7,15 @@ download:
77
celltype:
88
python scripts/celltype_heatmap_info.py
99

10+
diff_abundance:
11+
python scripts/celltype_differential_abundance.py
12+
13+
t_cell:
14+
python scripts/t_cell_analysis.py
15+
16+
pca:
17+
python scripts/roi_pca_plot.py
18+
1019
spatial:
1120
python scripts/spatial_plot.py
1221

@@ -17,13 +26,7 @@ similarity:
1726
python scripts/sample_similarity.py
1827

1928
utag:
20-
python scripts/utag_ue.py
21-
22-
diff_abundance:
23-
python scripts/celltype_differential_abundance.py
24-
25-
pca:
26-
python scripts/roi_pca_plot.py
29+
python scripts/utag_ue.py
2730

2831
patient:
2932
python scripts/create_patient_density_matrix.py

scripts/.DS_Store

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)