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

Description Usage Arguments Value Examples

View source: R/findSNPs2.R

Description

The same as "findSNPs" but without ordering the SNPs.

Usage

1
findSNPs2(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.

Examples

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

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