LFQDataWriter | R Documentation |
Write LFQData, or provide outputs for writing.
Write LFQData, or provide outputs for writing.
lfq
LFQData
format
format to write to
prefix
prefix of filename
file_paths
list with paths were data was written to.
new()
initialize class
LFQDataWriter$new(lfqdata, prefix = "ms_", format = "xlsx")
lfqdata
LFQData
prefix
prefix files with
format
which format to write to ("xlsx", "csv", "html")
get_long()
Get data in long format for writing
LFQDataWriter$get_long()
tibble gets data formatted for writing
get_wide()
Get data in Wide format for writing
LFQDataWriter$get_wide()
list with data and annotation gets data formatted for writing
write_long()
write data to file
LFQDataWriter$write_long(path_qc)
path_qc
path to write to
write_wide()
write data to file
LFQDataWriter$write_wide(path_qc)
path_qc
path to write to
clone()
The objects of this class are cloneable with this method.
LFQDataWriter$clone(deep = FALSE)
deep
Whether to make a deep clone.
LFQData
Other LFQData:
LFQData
,
LFQDataAggregator
,
LFQDataPlotter
,
LFQDataStats
,
LFQDataSummariser
,
LFQDataToSummarizedExperiment()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.