dcgain: Differential coexpression genetic association interaction...

View source: R/inbixGAIN.R

dcgainR Documentation

Differential coexpression genetic association interaction network (dcGAIN) algorithm.

Description

dcgain

Usage

dcgain(labelledDataFrame, computeDiagP = FALSE, verbose = FALSE)

Arguments

labelledDataFrame

data.frame with samples in rows, variables in columns and classLabel in the last column.

computeDiagP

logical to use t-test for diagonal P-value (TRUE) or one (FLASE).

verbose

logical to send messages to stdout.

Value

results matrix of variable by variable differential coexpression values.

References

See Also

dmgain for differential modularity. dcgainInbix for inbix differential coexpression GAIN.

Other GAIN functions: dmgain(), fitInteractionModel(), fitMainEffectModel(), gainToSimpleSIF(), getInteractionEffects(), getMainEffects(), regainParallel(), regain()

Other inbix synonym functions: getMainEffects(), regainParallel(), regain()

Examples


data(testdata10)
rinbixDcgain <- dcgain(testdata10)


insilico/npdro documentation built on July 1, 2023, 2:56 p.m.