Write LFQData, or provide outputs for writing.
Write LFQData, or provide outputs for writing.
Public fields
lfq
LFQData
format
format to write to
prefix
prefix of filename
file_paths
list with paths were data was written to.
Methods
initialize class
Arguments
lfqdata
LFQData
prefix
prefix files with
format
which format to write to ("xlsx", "csv", "html")
Method get_long()
Get data in long format for writing
Returns
tibble
gets data formatted for writing
Method get_wide()
Get data in Wide format for writing
Returns
list with data and annotation
gets data formatted for writing
Method write_long()
write data to file
Usage
LFQDataWriter$write_long(path_qc)
Method write_wide()
write data to file
Usage
LFQDataWriter$write_wide(path_qc)
Method clone()
The objects of this class are cloneable with this method.
Usage
LFQDataWriter$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.