
Filter an edgelist by downsampling read counts
downsample_to_parquet.Rd
Filter an edgelist (for a subset of components) in a PXL file by downsampling read counts using predefined fractions. The probability of a read staying in the edgelist is \(1 - (1 - frac) ^ read_count\).
Usage
downsample_to_parquet(pxl_file, outdir, components, fracs = seq(0.1, 0.9, 0.1))