powered by
Build date: Dec 12, 2016 Last update: Dec 12, 2016
MVP.K.VanRaden(M, weight = NULL, priority = c("speed", "memory"), memo = NULL, SUM = NULL, maxLine = 1000)
Genotype, m * n, m is marker size, n is population size
vector, the weights for makers
speed or memory
add a character to the name of temporary files
the scaled value to kinship matrix
when the priority is 'memory', users can change this parameter to limit the memory
K, n * n matrix
# NOT RUN { genoPath <- system.file("extdata", "06_mvp-impute", "mvp.imp.geno.desc", package = "rMVP") genotype <- attach.big.matrix(genoPath) print(dim(genotype)) K <- MVP.K.VanRaden(genotype) # }
Run the code above in your browser using DataLab