get_gene_snp: Match genes with SNPs

View source: R/gene_snp.R

get_gene_snpR Documentation

Match genes with SNPs

Description

Internal routine to find features that overlap with SNPs

Usage

get_gene_snp(
  snp_tbl,
  feature_tbl,
  feature_snp = get_feature_snp(snp_tbl, feature_tbl, 0)
)

Arguments

snp_tbl

tbl of SNPs from query_variants; see package create_variant_query_func

feature_tbl

tbl of feature information from query_genes; see package create_gene_query_func

feature_snp

tbl of feature information from get_feature_snp

Value

tbl of genes covering SNPs

Author(s)

Brian S Yandell, brian.yandell@wisc.edu


byandell/qtl2pattern documentation built on Nov. 9, 2023, 7:57 p.m.