Calculate hamming distances between genes
Arguments
- data
a minimal dataset ready for processing.
- cores
a numeric value indicating the number of cores to use un parallel processing. Use
parallel::detectCores()
orparallelly::availableCores()
to identify possibilities.