write_kallisto_hdf5: Write a kallisto object to HDF5

write_kallisto_hdf5R Documentation

Write a kallisto object to HDF5

Description

Write a kallisto object to HDF5.

Usage

write_kallisto_hdf5(kal, fname, overwrite = TRUE, write_bootstrap = TRUE,
  compression = 6L)

Arguments

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.

Value

the kallisto object kal invisibly.


pachterlab/sleuth documentation built on Nov. 17, 2022, 4:51 p.m.