Saving | R Documentation |
Save the interactions calculated.
Saving(object, file_name, dir = NULL, selected = FALSE)
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. |
Return three csv files:
filename_strength.csv, interaction strength data.
filename_pval.csv, interaction p-value data.
filename_rank.csv, ranked list of interactions.
## Not run: Saving(object, file_name = "decidua") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.