Skip to main content
. 2024 Feb 21;15(3):268. doi: 10.3390/genes15030268
Algorithm 1: Footprint score computation
  • 1:

    for m in M do                     ▹m is a single motif/TF

  • 2:

         Compute the footprint signal vector FPm=[fp1,,fpn]

  • 3:

    end for

  • 4:

    for c in C do                        ▹c is a single cell

  • 5:

         for m in M do

  • 6:

              Compute the footprint score TFPm×c

  • 7:

         end for

  • 8:

    end for

  • 9:

    for ct in CT do                     ▹ct is a single cell type

  • 10:

         for m in M do

  • 11:

             Compute TFPm,ct the average footprint score of mcct

  • 12:

        end for

  • 13:

    end for