I tried the readBin R command mentioned in
https://www.cog-genomics.org/plink/2.0/distance#make_rel. My understanding is that it will load all values of the matrix in a single continuous numeric vector, right? Then I will have to reconstitute the original matrix shape with row/column names etc.
Trying the get_grm function from the R package genio for this task, but it is really demanding in terms of memory. If there are valid alternatives out there for this task (=rebuilding the kinship matrix in R from plink bin output) would be really useful to know.
Thanks!