Evaluate if it would be possible to split the export functionality into individual, small, functions for each element of an mzTab-M file. These functions should take base R data types as input and write to a text file. Suggested function names:
write_mtd()
write_smh()
write_sml()
write_smf()
- ...
Functions are partially already implemented in MsIO, but need to be adapted to work with base data types as input.
Evaluate if it would be possible to split the export functionality into individual, small, functions for each element of an mzTab-M file. These functions should take base R data types as input and write to a text file. Suggested function names:
write_mtd()write_smh()write_sml()write_smf()Functions are partially already implemented in MsIO, but need to be adapted to work with base data types as input.