Build unique per-chromosome reference k-mer lists
niptmer_build_reference_lists.RdThis reproduces the first filtering stage of the legacy NIPTmer workflow: remove globally non-unique k-mers from chromosome-specific lists.
Usage
niptmer_build_reference_lists(
fasta_files,
k = 25,
out_dir = ".",
threads = 1,
genome_build = NA_character_
)