Merging | R Documentation |
Merge directed (one-way) interactions into undirected (two-way) interactions. For example, before merging, DC1|dM1 and dM1|DC1 represents two different cell-cell interactions. After merging, they will be combined as one undirected cell-cell interaction between DC1 and dM1.
Merging( object, strength_merge = c("max", "average", "min"), pval_merge = c("min", "average", "max") )
object |
Matchmaker object. |
strength_merge |
Method to combine complex interaction strength from its subunits. Default is max (maximum).
|
pval_merge |
Method to combine complex interaction p value from its subunits. Default is min (minimum).
|
Returns a Matchmaker object.
## Not run: object <- Merging(object, strength_merge = "average", pval_merge = "max") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.