Save the interactions calculated.

Saving(object, file_name, dir = NULL, selected = FALSE)

Arguments

object

Matchmaker object.

file_name

File name prefix to save as.

dir

Directory. Default is current directory (NULL).

selected

Use selected data if calculated. Default is FALSE.

Value

Return three csv files:

  • filename_strength.csv, interaction strength data.

  • filename_pval.csv, interaction p-value data.

  • filename_rank.csv, ranked list of interactions.

Examples

if (FALSE) {
Saving(object, file_name = "decidua")
}