readVCM: Read Variant Count Matrix (VCM) accompanying a GCTA GRM
Description
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.
Usage
readVCM(pfx, fid = NULL)
Value
matrix of variant count with sample ID in row and column names.