getMarkers: Retrieve marker rsids in a specified genome region.

View source: R/genomic_matrix.R

getMarkersR Documentation

Retrieve marker rsids in a specified genome region.

Description

Get marker rsids (reference SNP cluster IDs) from a specified genome region based on markers present in 'Glist'.

Usage

getMarkers(Glist = NULL, chr = NULL, region = NULL)

Arguments

Glist

A list structure with information about genotypes stored on disk.

chr

A chromosome from which markers are extracted.

region

A genome region (in base pairs) from which markers are extracted.

Value

A vector of rsids that fall within the specified region on the given chromosome.


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