write_kallisto_hdf5 | R Documentation |
Write a kallisto object to HDF5.
write_kallisto_hdf5(kal, fname, overwrite = TRUE, write_bootstrap = TRUE, compression = 6L)
kal |
the kallisto object to write out |
fname |
the file name to write out to |
overwrite |
whether the file should be overwritten if it exists |
write_bootstrap |
whether the bootstraps should be written to file |
compression |
an integer between 0 and 7 that indicates the level of compression to use, with 0 being no compression and 7 being the highest supported by this method. The default of 6 is a good choice for most applications. |
the kallisto object kal
invisibly.