pairsAsPropensMatr: Convert pairs of node-names to non-oriented propensity matrix
Numerous network query tools produce a listing of pairs of nodes (with one pair of nodes per line).
Using this function such a matrix (or data.frame) can be combined to this more comprehensive view as propensity-matrix.
Note, this has been primarily developed for undireted interaction networks, the resulting propensity-matrix does not show any orientation any more.
In a number of applications (eg in protein-protein interaction networks, PPI) the resulting matrix may be rather sparse.
Description
Convert pairs of node-names to non-oriented propensity matrix
Numerous network query tools produce a listing of pairs of nodes (with one pair of nodes per line).
Using this function such a matrix (or data.frame) can be combined to this more comprehensive view as propensity-matrix.
Note, this has been primarily developed for undireted interaction networks, the resulting propensity-matrix does not show any orientation any more.
In a number of applications (eg in protein-protein interaction networks, PPI) the resulting matrix may be rather sparse.
(matrix) main input, matrix of interaction partners with each line as a separate pair of nodes;
the first two columns should contain identifiers of the nodes
callFrom
(character) allow easier tracking of message(s) produced