allele_diff_indices_parallel | R Documentation |
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
)
germs |
A vector of strings representing germline sequences. |
inputs |
A vector of strings representing input sequences. |
X |
The threshold index from which to return SNP indices or counts (default: 0). |
parallel |
A boolean flag to enable parallel processing (default: FALSE). |
return_count |
A boolean flag to return the count of mutations instead of their indices (default: FALSE). |
A list of integer vectors (if return_count = FALSE) or a vector of integers (if return_count = TRUE).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.