entropy2d: Calculate joint entropy of two genes

Description Usage Arguments Value Examples

View source: R/BSplineMI.R

Description

Calculate joint entropy of two genes

Usage

1
entropy2d(weights, i1, i2)

Arguments

weights

3-dimensional array of weights with dimensions: nBins x samples x genes as generated by calcWeights

i1

index to 1st gene

i2

index to 2nd gene

Value

joint entropy in bits

Examples

1
entropy2d( calcWeights( riceEx, 7, 3), 1, 2 )

larsgr/BSplineMI documentation built on May 20, 2019, 7:57 p.m.