readKallistoResultsOneSample(directory, read_h5 = FALSE, kallisto_version = "current")
TRUE
then read in bootstrap results from
the HDF5 object produced by kallisto."pre-0.42.2"
or "current"
.
This is required because the kallisto developers changed the output file
extensions and added features in version 0.42.2.abundance
with
columns for 'target_id' (feature, transcript, gene etc), 'length' (feature
length), 'eff_length' (effective feature length), 'est_counts' (estimated
feature counts), 'tpm' (transcripts per million) and possibly many columns
containing bootstrap estimated counts; and (2) a list run_info
with
details about the kallisto run that generated the results.
read_h5=TRUE
) 'abundance/h5'. If these files
are missing, or if results files have different names, then this function
will not find them.
# If kallisto results are in the directory "output", then call:
# readKallistoResultsOneSample("output")
Run the code above in your browser using DataLab