Calculate SNPs or their count for each germline-input sequence pair with optional parallel execution.
allele_diff_indices_parallel(
germs,
inputs,
X = 0L,
parallel = FALSE,
return_count = FALSE
)
A list of integer vectors (if return_count = FALSE) or a vector of integers (if return_count = TRUE).
A vector of strings representing germline sequences.
A vector of strings representing input sequences.
The threshold index from which to return SNP indices or counts (default: 0).
A boolean flag to enable parallel processing (default: FALSE).
A boolean flag to return the count of mutations instead of their indices (default: FALSE).