IPS | R Documentation |
A function is used to compute the importance pair score (IPS) of the network returned by the TarNet() function.
IPS(TarnetPairs, IIS)
TarnetPairs |
The result returned by TarNet() function. |
IIS |
The result returned by IIS() function. |
IPS_res A data frame including the importance pair score (IPS) of the target network.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.