Compute count sketch for each cell. This is a thin wrapper around BascetMapCell
Source:R/countsketch.R
BascetComputeCountSketch.Rd
Compute count sketch for each cell. This is a thin wrapper around BascetMapCell
Usage
BascetComputeCountSketch(
bascetRoot,
inputName = "filtered",
outputName = "countsketch",
overwrite = FALSE,
maxReads = 1e+05,
kmerSize = 31,
sketch_size = 5000,
runner = GetDefaultBascetRunner(),
bascetInstance = GetDefaultBascetInstance()
)