Skip to contents

This function uses tidyr::complete() to add rows with zeros for taxa that missing in some samples. Note: The resulting data frame will no longer be compatible with kraken_add_taxonomy().

Usage

kraken_complete(x, explicit = TRUE)

Arguments

x

A data frame of Kraken sample reports

explicit

Boolean passed to tidyr::complete()