Compute minhashes for each cell. This is a thin wrapper around BascetMapCell
Source:R/count_kmer.R
BascetComputeMinhash.Rd
Compute minhashes for each cell. This is a thin wrapper around BascetMapCell
Usage
BascetComputeMinhash(
bascetRoot,
inputName = "filtered",
outputName = "minhash",
overwrite = FALSE,
max_reads = 1e+05,
kmer_size = 31,
runner = GetDefaultBascetRunner(),
bascet_instance = GetDefaultBascetInstance()
)