get_feature_snp {qtl2pattern}R Documentation

Match features with SNPs

Description

Find features that overlap with SNPs

Usage

get_feature_snp(snp_tbl, feature_tbl, extend = 0.005)

Arguments

snp_tbl

tbl of SNPs from assoc.map

feature_tbl

tbl of feature information from create_gene_query_func

extend

extend region for SNPs in Mbp (default 0.005)

Value

tbl of features covering SNPs

Author(s)

Brian S Yandell, brian.yandell@wisc.edu


[Package qtl2pattern version 1.2.1 Index]