powered by
Build date: Apr 14, 2021 Last update: Apr 14, 2021
MVP.calk(M, step = 1000)
K, n * n matrix
Genotype, m * n, m is marker size, n is population size
Number of markers processed at one time
genoPath <- system.file("extdata", "06_mvp-impute", "mvp.imp.geno.desc", package = "rMVP") genotype <- attach.big.matrix(genoPath) print(dim(genotype)) K <- MVP.calk(genotype)
Run the code above in your browser using DataLab