Clust_Valid | R Documentation |
This function evaluate the quality of clusters by comparing clustering-derived partitions to known labels (i.e., CORUM complexes) and assess the similarity between them using quality measures including overlap score (O), sensitivity (Sn), clustering-wise positive predictive value (PPV), geometric accuracy (Acc), and maximum matching ratio (MMR).
Clust_Valid(predcpx, refcpx)
predcpx |
A list containing predicted complexes. |
refcpx |
A list containing reference complexes (i.e., CORUM complexes). |
Clust_Valid
A list containing the numerical values for each evaluation metrics.
Matineh Rahmatbakhsh, matinerb.94@gmail.com
# Load known reference complexes data(refcpx) # Select subset of complexes to be used as an instance sets for predicted # complexes predcpx <- refcpx[5:15] Eval_result <- Clust_Valid(predcpx,refcpx)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.