Learn R Programming

qgg (version 1.1.6)

getLDsets: Get marker LD sets

Description

Extracts marker LD sets based on a sparse LD matrix stored in the Glist object.

Usage

getLDsets(Glist = NULL, chr = NULL, r2 = 0.5)

Arguments

Glist

A list structure containing information about genotypes stored on disk.

chr

A numeric value specifying the chromosome for which LD sets are to be extracted.

r2

A numeric threshold, defaulting to 0.5, used for extracting LD sets.