readVCM | R Documentation |
GRM (Genetic Relatedness Matrix) is the core formt of GCTA, which is a PLINK binary symmetric matrix with an extra variant count matrix (VCM), this function reads the VCM.
readVCM(pfx, fid = NULL)
pfx |
prefix of GRM file set |
fid |
seperate after family ID (def=NULL, use IID only) |
matrix of variant count with sample ID in row and column names.
pfx <- file.path(system.file("extdata", package="plinkFile"), "m20")
(readVCM(pfx))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.