getMap: Retrieve the map for specified rsids on a given chromosome.

View source: R/genomic_matrix.R

getMapR Documentation

Retrieve the map for specified rsids on a given chromosome.

Description

Fetch the map associated with provided rsids for a given chromosome from the list 'Glist'.

Usage

getMap(Glist = NULL, chr = NULL, rsids = NULL)

Arguments

Glist

A list structure with information about genotypes stored on disk.

chr

A chromosome from which the map is retrieved.

rsids

A vector of rsids for which the map is needed.

Value

A vector containing the map corresponding to the specified rsids on the given chromosome.


qgg documentation built on Sept. 8, 2023, 5:52 p.m.

Related to getMap in qgg...