getGRM {qgg} | R Documentation |
Extract elements from genomic relationship matrix (GRM) stored on disk
Description
Extract elements from genomic relationship matrix (GRM) (whole or subset) stored on disk.
Usage
getGRM(
GRMlist = NULL,
ids = NULL,
idsCLS = NULL,
idsRWS = NULL,
cls = NULL,
rws = NULL
)
Arguments
GRMlist |
list providing information about GRM matrix stored in binary files on disk |
ids |
vector of ids in GRM to be extracted |
idsCLS |
vector of column ids in GRM to be extracted |
idsRWS |
vector of row ids in GRM to be extracted |
cls |
vector of columns in GRM to be extracted |
rws |
vector of rows in GRM to be extracted |
[Package qgg version 1.1.6 Index]