Convert interaction data frame into a molten data frame using melt
. If there are many interactions the molten data can be very long.
If Selecting
was run, it will convert the data in @selected slot Interactions with zero strenghth will be removed.
Converting(object, selected = TRUE)
Matchmaker object.
Use selected data if calculated. Default is TRUE.
Returns a ranked list of interactions.
if (FALSE) {
convert.data <- Converting(object)
}