Simulate r-scores of each training set size
nt2r.Rd
Calculate r-scores (un-target) by in parallel.
Arguments
- geno
A numeric dataframe of genotype, column represent sites (genotype coding as 1, 0, -1)
- nt
Numeric. Number of training set size
- n_iter
Times of iteration. (default = 30)
- multi.threads
Default: FALSE. Multi-thread function is only avalyble for mac or linux systems.
Examples
data(geno)
if (FALSE) nt2r(geno, 50)