Learn R Programming

HTSeqGenie (version 4.2.0)

saveWithID: Save an R object

Description

Exists so objects can be serialized and reloaded with the a unique identifier in the symbol. Stores the data object with a new nane

Usage

saveWithID(data, orig_name, id, save_dir, compress = TRUE, format = "RData")

Arguments

data
The data to store
orig_name
The original name of the data
id
A meaningful id the is prepended to the stored objects name
save_dir
The directory where the data should be saved in
compress
Save the data compressed or not
format
Choice of 'RData' or 'tab'(ular)

Value

Name of the stored file