select_region_idxs: select_region_idxs

View source: R/biomart_annots.R

select_region_idxsR Documentation

select_region_idxs

Description

Select SNP indexes corresponding to a specific genomic region.

Usage

select_region_idxs(
  gdata,
  chromosome,
  position_min = -Inf,
  position_max = Inf,
  n_snps = 0,
  offset = 0
)

Arguments

gdata

Genotype Data object

chromosome

Chromosome to select

position_min

Minimum base pair position to select

position_max

Maximum base pair position to select

n_snps

Maximum number of SNPs to return

offset

Number of SNPs to offset

Value

SNP indexes of Genotype Data object


snplinkage documentation built on May 4, 2023, 9:09 a.m.