SU {FCBF}R Documentation

Symmetrical Uncertainty diagnostic This functions runs symmetrical uncertainty for two features, returning the score

Description

Symmetrical Uncertainty diagnostic This functions runs symmetrical uncertainty for two features, returning the score

Usage

SU(x, y, base = exp(1))

Arguments

x

A vector containing a categorical feature

y

A vector containing other categorical feature

Value

A numerical value for the Symetrical Uncertainty score

Examples

 data(scDengue)
 exprs <- SummarizedExperiment::assay(scDengue, 'logcounts')
 discrete_expression <- as.data.frame(discretize_exprs(exprs))
 discrete_expression_gene_1 <- discrete_expression$V1
 discrete_expression_gene_2 <- discrete_expression$V2
 SU(discrete_expression_gene_1,discrete_expression_gene_2)

[Package FCBF version 1.2.5 Index]