findSNPs: Find the SNPs that match with the input SNP.

Description Usage Arguments Value Examples

View source: R/findSNPs.R

Description

Find the SNPs that match with the input SNP.

Usage

1
findSNPs(x, y)

Arguments

x

Data frame with two columns (input_snp and matched_snps)

y

Character with the input snp (chr:pos)

Value

Vector with all the matched SNPs ordered by chromosome and then by position.

Examples

1
SNP <- findSNPs(matched_snps, "1:1361641")

ldehoyos/twinSNP documentation built on June 22, 2021, 4:10 p.m.