write_simlr.Rd
Saves SiMLR outputs to a structured directory with relative paths for portability. Matrices and data frames are written as CSV files with row names included and stored in the manifest. Other R objects are saved as `.rds`. NULL components are recorded without files.
write_simlr(simlr_object, file_prefix, clear_dir = FALSE)
No return value, called for side effects.