PWsim | R Documentation |
Calculate similarity measure for every pair of PWs
PWsim(dichotP, test = c("phi", "binary")[1])
dichotP |
MetaGSAR p-value matrix for n PWs across k datasets. |
test |
Choice of similarity measure over two binary vectors. For binary, it uses 1-dist(...,method='binary') |
A data frame for all possible pathway paris [n*(n-1)/2]. 1st & 2nd cols: the two vertices comprising an edge. 3rd col: edge connection strength. It is full connection still.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.