Save the interactions calculated.
Saving(object, file_name, dir = NULL, selected = FALSE)
Matchmaker object.
File name prefix to save as.
Directory. Default is current directory (NULL).
Use selected data if calculated. Default is FALSE.
Return three csv files:
filename_strength.csv, interaction strength data.
filename_pval.csv, interaction p-value data.
filename_rank.csv, ranked list of interactions.
if (FALSE) {
Saving(object, file_name = "decidua")
}