saveGFICF: Save GFICF object.

View source: R/gficf.R

saveGFICFR Documentation

Save GFICF object.

Description

Function to write a GFICF object to a file, preserving UMAP model.

Usage

saveGFICF(data, file = "~/Documents/gficf.test")

Arguments

data

a GFICF object create by gficf.

file

name of the file where the model is to be saved.

Examples

# save
gficf_file <- tempfile("gficf_test")
saveGFICF(data, file = gficf_file)

# restore
data2 <- loadGFICF(file = gficf_file)


dibbelab/gficf documentation built on Nov. 2, 2022, 2:28 a.m.