This function optimize the choice of MCL algorithm
parameter (inflation) by comparing clustering-derived partitions for each
paramter values to known labels (i.e., CORUM complexes) and
assess the similarity between them using quality measures including
overlap score, sensitivity (Sn),
clustering-wise positive predictive value (PPV), geometric accuracy (Acc),
and maximum matching raio (MMR). It is recommended to first reduce
redundancy in the known reference complexes
via EliminateCpxRedundance, then performs parameter tuning.
MCL_tuning(hc_ppi, predcpx, refcpx, inflation = c(6, 8, 9), csize = 2)A data.frame containing clustering performance across different inflation values.
Interactions data containing id1-id2-weight triplets.
A data.frame containing predicted modules resulted from
get_clusters.
A list containing reference complexes (i.e., corum complexes).
A vector of integer, representing MCL inflation parameter
An integer, the minimum size of the predicted complexes. Defaults to 2.
Matineh Rahmatbakhsh, matinerb.94@gmail.com
MCL_tuning