View source: R/DifferentialConnectome.R
DifferentialConnectome | R Documentation |
Currently in beta testing. Creates a fold-change connectome from two input connectomes, generally unfiltered. Must be node-aligned, from the same reference mapping, and unfiltered. ('edge' columns must contain identical entries, though not necessarily in the same order.)
DifferentialConnectome(connect.ref, connect.test, min.pct = NULL)
connect.ref |
A connectome from a system |
connect.test |
A connectome from a different system, to be compared to connect.ref |
min.pct |
Default NULL. Threshold to return clusterwise observations for both ligand and receptor. Only needs to be satisfied in connect.ref OR in connect.test. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.