powered by
Kinship
MVP.Data.Kin( fileKin = TRUE, mvp_prefix = "mvp", out = NULL, maxLine = 10000, sep = "\t", cpu = 1, verbose = TRUE )
Output file: <out>.kin.bin <out>.kin.desc
Kinship that represents relationship among individuals, n * n matrix, n is sample size
Prefix for mvp format files
prefix of output file name
the number of markers handled at a time, smaller value would reduce the memory cost
seperator for Kinship file.
the number of cpu
whether to print detail.
# \donttest{ geno <- file.path(system.file("extdata", "06_mvp-impute", package = "rMVP"), "mvp.imp") MVP.Data.Kin(TRUE, mvp_prefix=geno, out=tempfile("outfile"), cpu=1) # }
Run the code above in your browser using DataLab