Open sbfnk opened 1 month ago
In the contact_matrix function we store the column names and then keep referring to them, which makes the code fairly hard to read. It might be better to just rename in the beginning and then have fixed column names.
contact_matrix
In the
contact_matrix
function we store the column names and then keep referring to them, which makes the code fairly hard to read. It might be better to just rename in the beginning and then have fixed column names.