CEGRcode/scriptmanager

Normalize cdt (per row) by histone occupancy

Opened this issue · 1 comments

SET output_cdt to the same shape as input_cdt
FOR row_index in input_cdt
    SET output_cdt[row_index] to input_cdt[row_index] / sum(histone_cdt[row_index])
END FOR
RETURN output_cdt
owlang commented

Row-wise normalization of CDT (scaling factor per row)