applyDPI | R Documentation |
Remove the interactions from a triangle which have lowest interaction score.
applyDPI(tfLinks = tfLinks, miMat = miMat, miDiff = 0, minMiTh = 0.5)
tfLinks |
Data.frame. containing the interactions as source (character), target (character), type (integer). |
miMat |
numeric matrix. Interaction scores based on mutual information or correlation. |
miDiff |
numeric (0-1). Default 0.0 (optional) Minimum difference between mutual information of a traingle for the edge to be removed. |
minMiTh |
numeric (0-1). Default 0.5. Minimum value of MI for an interaction which will not be removed. |
data.frame. containing the filtered interactions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.