Algorithm 1: Footprint score computation |
-
1:
for m in M
do ▹ is a single motif/TF
-
2:
Compute the footprint signal vector
-
3:
end for
-
4:
for c in C
do ▹ is a single cell
-
5:
for m in M do
-
6:
Compute the footprint score
-
7:
end for
-
8:
end for
-
9:
for in
do ▹ is a single cell type
-
10:
for m in M do
-
11:
Compute the average footprint score of m
-
12:
end for
-
13:
end for
|