This is a general driver function to read kallisto output. It can read either H5 or tsv.
read_kallisto(path, read_bootstrap = TRUE, max_bootstrap = NULL)
if TRUE
, bootstraps will be read (h5 only)
an integer denoting the number of bootstraps to read.
if NULL
read everything available (h5 only)
the kallisto directory name or the file name of a h5 or tsv output from kallisto
a kallisto
object