Complete a set of Kraken reports by filling in zero counts (Not tested!)
kraken_complete.Rd
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()
.
Arguments
- x
A data frame of Kraken sample reports
- explicit
Boolean passed to
tidyr::complete()