Converting | R Documentation |
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)
object |
Matchmaker object. |
selected |
Use selected data if calculated. Default is TRUE. |
Returns a ranked list of interactions.
## Not run: convert.data <- Converting(object) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.