IPS: IPS

View source: R/IPS.R

IPSR Documentation

IPS

Description

A function is used to compute the importance pair score (IPS) of the network returned by the TarNet() function.

Usage

IPS(TarnetPairs, IIS)

Arguments

TarnetPairs

The result returned by TarNet() function.

IIS

The result returned by IIS() function.

Value

IPS_res A data frame including the importance pair score (IPS) of the target network.

Examples

IIScore <- IIS(microApath = micro.eg, metaApath = metabo.eg,
               conf = confounder.eg, groupInfo = groupInfo.eg)
MMfunc_res <- MMfunc(IIS = IIScore)
TarNet_res <- TarNet(IIS = IIScore, mm2path = MMfunc_res)
IPScore <- IPS(TarnetPairs = TarNet_res,IIS = IIScore)

BiOFI documentation built on Sept. 22, 2022, 9:07 a.m.

Related to IPS in BiOFI...