getGRM: Extract elements from genomic relationship matrix (GRM)...

View source: R/compute_grm.R

getGRMR 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


psoerensen/qgg documentation built on March 9, 2024, 10:02 p.m.