filter.by.dependencies: Filters columns (sequence positions) by dependency

Description Usage Arguments Value Author(s) Examples

View source: R/DepLogoR.R

Description

Filters columns based on the average or maximum mutual information of a column to all other columns. Mutual information is normalized to to interval [0,1], where 0 corresponds to independence and 1 to perfect dependence.

Usage

1
filter.by.dependencies(mi.threshold, use.max = FALSE)

Arguments

mi.threshold

the minimum average or maximum mutual information required

use.max

if TRUE, the maximum and otherwise the average mutual information will be considered

Value

function that, given a DLData object, returns TRUE for every column that does exceed the specified average mutual information

Author(s)

Jan Grau <grau@informatik.uni-halle.de>

Examples

1
fun <- filter.by.dependencies(mi.threshold = 0.3)

DepLogo documentation built on April 17, 2021, 1:07 a.m.