calculateNMI: Ranks each features by NMI (normalized mutual information)...

View source: R/SNF.R

calculateNMIR Documentation

Ranks each features by NMI (normalized mutual information) based on their clustering assingments

Description

Ranks each features by NMI (normalized mutual information) based on their clustering assingments

Usage

calculateNMI(data.list, wall)

Arguments

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

ProfessionalFarmer/loonR documentation built on Oct. 9, 2024, 9:56 p.m.