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,
maxReads = 1e+05,
kmerSize = 31,
runner = GetDefaultBascetRunner(),
bascetInstance = GetDefaultBascetInstance()
)