get_overlapping_snps_by_pos: Get variants that overlap between two datasets

Description Usage Arguments Value Examples

View source: R/effectplot.R

Description

get_overlapping_snps_by_pos()

Usage

1
get_overlapping_snps_by_pos(df1, df2, verbose = F)

Arguments

df1

A dataframe of variants, has to contain CHROM and POS

df2

A dataframe of variants, has to contain CHROM and POS

Value

The input dataframe containing only those variants whith matched alleles in the snpset

Examples

1
2
3
4
## Not run: 
get_overlapping_snps_by_pos(dat1, dat2)

## End(Not run)

wuxi-nextcode/topR documentation built on Dec. 23, 2021, 6:13 p.m.