powered by
A PLINK REL (Relatedness) matrix is represented by
.rel.bin:REL matrix in binary
.rel.id :FID and IID in text
A binary REL matrix is the result of PLINK --make-rel bin
--make-rel bin
readREL(pfx, fid = ".")
relatedness matrix with row and column names set to sample ID.
prefix of the REL file set
separate after family ID. (def=NULL, use IID only)
pfx <- file.path(system.file("extdata", package="plinkFile"), "m20") (readREL(pfx))
Run the code above in your browser using DataLab