Learn R Programming

xQTLbiolinks (version 1.6.2)

xQTLquery_varPos: Query variants using genome position.

Description

Query variants using genome position.

Usage

xQTLquery_varPos(chrom = "", pos = numeric(0), recordPerChunk = 200)

Value

A data.table object.

Arguments

chrom

(character) name of chromesome, including chr1-chr22, chrX, chrY.

pos

An integer array.

recordPerChunk

(integer) number of records fetched per request (default: 200).

Examples

Run this code
xQTLquery_varPos(chrom="chr1", pos=c(1102708,1105739))

Run the code above in your browser using DataLab