seqminer (version 9.4)

readBGENToListByRange: Read information from BGEN file in a given range and return a list

Description

Read information from BGEN file in a given range and return a list

Usage

readBGENToListByRange(fileName, range)

Value

a list of chrom, pos, varid, rsid, alleles, isPhased, probability, sampleId

Arguments

fileName

character, represents an input BGEN file (Bgzipped, with Tabix index)

range

character, a text indicating which range in the BGEN file to extract. e.g. 1:100-200, 1-based index

See Also

http://zhanxw.com/seqminer/ for online manual and examples

Examples

Run this code
fileName = system.file("bgen/all.anno.filtered.extract.bgen", package = "seqminer")
cfh <- readBGENToListByRange(fileName, "1:196621007-196716634")

Run the code above in your browser using DataLab