calculateNMI | R Documentation |
Ranks each features by NMI (normalized mutual information) based on their clustering assingments
calculateNMI(data.list, wall)
data.list |
A list, pls specify the name. Element is data.frame (Row is sample, column is feature.). dataL <- list( mRNA=t(mRNA.snf.df), miRNA=t(miRNA.snf.df), Met=t(methylation.snf.df), CNV=t(cnv.snf.df) ). |
wall |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.