imputations using Ranger package and predictive mean matching of missRanger
1 2 3 4 5 6 7 8 9 10 11 12 13  | impute_genotypes(
  markers.list,
  data,
  data.na,
  data.gl = NULL,
  data.imp,
  num.tree = 100,
  pmm = 0,
  random.seed = NULL,
  parallel.core = parallel::detectCores() - 1,
  hierarchical.levels = "strata",
  pred.error = pred.error
)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.