get_gene_snp {qtl2pattern} | R 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 |
feature_tbl |
tbl of feature information from |
feature_snp |
tbl of feature information from |
Value
tbl of genes covering SNPs
Author(s)
Brian S Yandell, brian.yandell@wisc.edu
[Package qtl2pattern version 1.2.1 Index]