MCL_tuning | R Documentation |
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)
hc_ppi |
Interactions data containing id1-id2-weight triplets. |
predcpx |
A data.frame containing predicted modules resulted from
|
refcpx |
A list containing reference complexes (i.e., corum complexes). |
inflation |
A vector of integer, representing MCL inflation parameter |
csize |
An integer, the minimum size of the predicted complexes. Defaults to 2. |
MCL_tuning
A data.frame containing clustering performance across different inflation values.
Matineh Rahmatbakhsh, matinerb.94@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.