grm.bin.input {grmsem} | R Documentation |
grm import function
Description
This function imports genetic relationship matrices (GRMs)
in binary format as e.g. stored by the GCTA software command gcta64 --grm test --make-grm-bin --out test
Usage
grm.bin.input(file, size = 4)
Arguments
file |
name of the binary grm file. No default. |
size |
byte size used (typically gcta uses 4). See eponymous parameter of function |
Value
object of type matrix
grmsem.bin.input
imports a binary GCTA GRM (.bin) file and transforms it into a symmetric matrix
[Package grmsem version 1.1.0 Index]