save_cesa: Save a CESAnalysis in progress

View source: R/CESAnalysis.R

save_cesaR Documentation

Save a CESAnalysis in progress

Description

Saves a CESAnalysis to a file by calling using base R's saveRDS function. Also updates run history for reproducibility. Files saved should be reloaded with load_cesa().

Usage

save_cesa(cesa, file)

Arguments

cesa

CESAnalysis to save

file

filename to save to (must end in .rds)

Details

Note that the genome reference data associated with a CESAnalysis (refset) is not actually part of the CESAnalysis, so it is not saved here. (Saving this data with the analysis would make file sizes too large.) When you reload the CESAnalysis, you can re-associate the correct reference data.


Townsend-Lab-Yale/cancereffectsizeR documentation built on April 28, 2024, 6:14 p.m.