readIBS | R Documentation |
A PLINK IBS (Identity by State) matrix is represented by
IBS matrix in binary
FID and IID in text
A binary IBS matrix is the result of PLINK --distance ibs bin
readIBS(pfx, fid = ".")
pfx |
prefix of the IBS file set. |
fid |
seperate after family ID (def=NULL, use IID only) |
IBS matrix with row and column names set to sample ID.
pfx <- file.path(system.file("extdata", package="plinkFile"), "m20")
(readIBS(pfx))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.