Saving: Save Interaction Data

View source: R/matchmake.R

SavingR Documentation

Save Interaction Data

Description

Save the interactions calculated.

Usage

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

## Not run: 
Saving(object, file_name = "decidua")

## End(Not run)

stevexniu/scMatchmaker documentation built on June 2, 2022, 12:35 p.m.